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.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public DataValidationCollection DataValidations { get; internal set; } |
| Visual Basic |
|---|
Public Property DataValidations As DataValidationCollection Get Friend Set |