Constructor
Sets the data-validation rule to require a date.
Sets the data-validation rule to require a date after the given value. The time fields of the Date object are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date before the given value. The time fields of the Date object are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date between the given values, inclusive of the values themselves. The time fields of the Date objects are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date equal to the given value. The time fields of the Date object are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date not between the given values, inclusive of the values themselves. The time fields of the Date objects are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date on or after the given value. The time fields of the Date object are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require a date on or before the given value. The time fields of the Date object are ignored; only the day, month, and year fields are used.
Sets the data-validation rule to require that the given formula evaluates to true.
Sets the data-validation rule to require a number between the given values, inclusive of the values themselves.
Sets the data-validation rule to require a number equal to the given value.
Sets the data-validation rule to require a number greater than the given value.
Sets the data-validation rule to require a number greater than or equal to the given value.
Sets the data-validation rule to require a number less than the given value.
Sets the data-validation rule to require a number less than or equal to the given value.
Sets the data-validation rule to require a number not between the given values, inclusive of the values themselves.
Sets the data-validation rule to require a number not equal to the given value.
Sets the data-validation rule to require that the input contains the given value.
Sets the data-validation rule to require that the input does not contain the given value.
Sets the data-validation rule to require that the input is equal to the given value.
Sets the data-validation rule to require that the input is in the form of an email address.
Sets the data-validation rule to require that the input is in the form of a URL.
Sets the data-validation rule to require that the input is equal to one of the given values.
Sets the data-validation rule to require that the input is equal to one of the given values, with an option to hide the dropdown menu.
Sets the data-validation rule to require that the input is equal to a value in the given range.
Sets the data-validation rule to require that the input is equal to a value in the given range, with an option to hide the dropdown menu.
Sets whether to show a warning when input fails data validation or whether to reject the input entirely. The default for new data-validation rules is true.
Sets the help text shown when the user hovers over the cell on which data-validation is set.
Sets the data-validation rule to require criteria defined in the DataValidationCriteria enum.
Generated using TypeDoc
DataValidationBuilder class.