Enum GridValidationType
GridValidationType enumeration
Represents data validation type.
public enum GridValidationType
Values
| Name | Value | Description |
|---|---|---|
| AnyValue | 0 | Any value validation type. |
| WholeNumber | 1 | Whole number validation type. |
| Decimal | 2 | Decimal validation type. |
| List | 3 | List validation type. |
| Date | 4 | Date validation type. |
| Time | 5 | Time validation type. |
| TextLength | 6 | Text length validation type. |
| Custom | 7 | Custom validation type. |
| DropDownList | 8 | Show dropdown list. |
| FreeList | 9 | Free List validation type. |
| CustomExpression | 10 | Custom validation type, using regular expression. |
| Boolean | 11 | TRUE or FALSE |
| DateTime | 12 | DateTime (yyyy-MM-dd or yyyy-MM-dd hh:mm:ss). |
| CustomFunction | 13 | Custom javascript function validation. |
| CheckBox | 14 | Display the cell as a checkbox. And the value of the cell is True of False. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop