Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
link | Link | | [optional]
formula2 | string | Represents the value or expression associated with the second part of the data validation. | [optional]
formula1 | string | Represents the value or expression associated with the data validation. | [optional]
show_error | boolean | Indicates whether the data validation error message will be displayed whenever the user enters invalid data. | [optional]
error_message | string | Represents the data validation error message. | [optional]
in_cell_drop_down | boolean | Indicates whether data validation displays a drop-down list that contains acceptable values. | [optional]
show_input | boolean | Indicates whether the data validation input message will be displayed whenever the user selects a cell in the data validation range. | [optional]
alert_style | string | Represents the validation alert style.Information,Stop,Warning | [optional]
input_title | string | Represents the title of the data-validation input dialog box. | [optional]
ignore_blank | boolean | Indicates whether blank values are permitted by the range data validation. | [optional]
value2 | string | Represents the first value associated with the data validation. | [optional]
value1 | string | Represents the first value associated with the data validation. | [optional]
operator | string | Represents the operator for the data validation. Between,Equal,GreaterThan,GreaterOrEqual,LessThan,LessOrEqual,None,NotBetween,NotEqual | [optional]
error_title | string | Represents the title of the data-validation error dialog box. | [optional]
type | string | Represents the data validation type. AnyValue ,WholeNumber,Decimal,List,Date,Time,TextLength,Custom | [optional]
input_message | string | Represents the data validation input message. | [optional]
area_list | ARRAY[CellArea] | Represents a collection of Aspose.Cells.CellArea which contains the data validation settings. | [optional]