Sheets.rows.cells.validation
configurationThe validation rule that is applied to the cell.
Specifies whether to allow null values.
Defines the comparer type that is used to validate the cell value.
Defines the data type of the cell value.
The supported values are:
datetextnumberlistcustom
Defines a formula or a value that is used for the comparison process. Used as the only compare value if the comparer type does not require a second argument. Mandatory for validation to work.
Defines the hint message that will be displayed if the value is invalid.
The template provides access to the following variables:
from{0}to{1}fromFormula{2}toFormula{3}dataType{4}type{5}comparerType{6}
A Boolean value which indicates if a button for selecting list items will be displayed (dataType set to list).
Default: false
Defines the hint title that will be displayed if the value is invalid.
Defines a formula or a value that is used for the comparison process. Will be used if the comparer type requires a second argument.
Defines the validation type.
The supported options are:
rejectwarning(default)