TDataValidationDataType Enumeration
Possible types of data validation.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
AnyValue |
0 |
All values are allowed.
|
WholeNumber |
1 |
The value must be an integer.
|
Decimal |
2 |
The value must be a decimal.
|
List |
3 |
The value must be in the list.
|
Date |
4 |
The value must be a Date.
|
Time |
5 |
The value must be a Time.
|
TextLenght |
6 |
The value will be validated depending on the text length.
|
Custom |
7 |
The value will be validated depending on the results of a formula.
|