XlsValidation
ParentCollection Property
|
Gets / sets parent data validation collection.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsDataValidationCollection ParentCollection { get; set; }
Public Property ParentCollection As XlsDataValidationCollection
Get
Set
public:
property XlsDataValidationCollection^ ParentCollection {
XlsDataValidationCollection^ get ();
void set (XlsDataValidationCollection^ value);
}
member ParentCollection : XlsDataValidationCollection with get, set
Property Value
Type:
XlsDataValidationCollection
See Also