XlDVType Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the type of data validation used to validate user input
Namespace:Bytescout.Spreadsheet.ConstantsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Custom | 7 | Data validation which uses a custom formula to check the cell value. | |
Date | 4 | Data validation which checks for date values satisfying the given condition. | |
Decimal | 2 | Data validation which checks for decimal values satisfying the given condition. | |
InputOnly | 0 | Only validate when user changes the value. | |
List | 3 | Data validation which checks for a value matching one of list of values. | |
TextLength | 6 | Data validation which checks for text values, whose length satisfies the given condition. | |
Time | 5 | Data validation which checks for time values satisfying the given condition. | |
WholeNumber | 1 | Data validation which checks for whole number values satisfying the given condition. |
See Also