Validation
Contents
[
Hide
]
validation
Represents data validation.settings.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
AlertStyle | String | True | False | Represents the validation alert style. | |
AreaList | Container | True | False | Represents a collection of Aspose.Cells.CellArea which contains the data validation settings. | |
ErrorMessage | String | True | False | Represents the data validation error message. | |
ErrorTitle | String | True | False | Represents the title of the data-validation error dialog box. | |
Formula1 | String | True | False | Represents the value or expression associated with the data validation. | |
Formula2 | String | True | False | Represents the value or expression associated with the data validation. | |
IgnoreBlank | Boolean | True | False | Indicates whether blank values are permitted by the range data validation. | |
InCellDropDown | Boolean | True | False | Indicates whether data validation displays a drop-down list that contains acceptable values. | |
InputMessage | String | True | False | Represents the data validation input message. | |
InputTitle | String | True | False | Represents the title of the data-validation input dialog box. | |
Operator | String | True | False | Represents the operator for the data validation. | |
ShowError | Boolean | True | False | Indicates whether the data validation error message will be displayed whenever the user enters invalid data. | |
ShowInput | Boolean | True | False | Indicates whether the data validation input message will be displayed whenever the user selects a cell in the data validation range. | |
Type | String | True | False | Represents the data validation type. | |
Value1 | String | True | False | Represents the first value associated with the data validation. | |
Value2 | String | True | False | Represents the second value associated with the data validation. | |
link | Class:Link | True | False |
Parent Name : LinkElement