DataValidationType Enum
Specifies the type of data validation used to validate user input.
Fields
Custom | Data validation which uses a custom formula to check the cell value. |
Date | Data validation which checks for date values satisfying the given condition. |
Decimal | Data validation which checks for decimal values satisfying the given condition. |
List | Data validation which checks for a value matching one of list of values. |
None | No data validation. |
TextLength | Data validation which checks for text values, whose length satisfies the given condition. |
Time | Data validation which checks for time values satisfying the given condition. |
WholeNumber | Data validation which checks for whole number values satisfying the given condition. |