ExcelWorksheetDataValidations Property |
Gets the collection that expresses all data validation information for cells in a sheet which have data validation features applied.
Supported in XLSX only.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 45.0.35.1069
Syntaxpublic DataValidationCollection DataValidations { get; }
Public ReadOnly Property DataValidations As DataValidationCollection
Get
Property Value
Type:
DataValidationCollection
See Also