ValidationType Enumeration |
Represents data validation type.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum ValidationType
Public Enumeration ValidationType
public enum class ValidationType
Members
| Member 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 |
InnerCustom validation type.
|
See Also