ExcelDataValidatorDataType Enumeration |
Represents the data types allowed by a data validator.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelDataValidatorDataType
Public Enumeration ExcelDataValidatorDataType
Members
| Member name | Value | Description |
---|
| AnyValue | 0 |
Any value is allowed.
|
| WholeNumber | 1 |
Integer values are allowed.
|
| Decimal | 2 |
Decimal values are allowed.
|
| List | 3 |
Values from a list are allowed.
|
| Date | 4 |
Date values are allowed.
|
| Time | 5 |
Time values are allowed.
|
| TextLength | 6 |
Text length values are allowed.
|
| Custom | 7 |
Custom validation.
|
See Also