ValidationType
Overview
ValidationType is a enum in Aspose.Cells FOSS for Java.
Represents the type of cell validation.
This enumeration defines 8 values: ANY_VALUE, WHOLE_NUMBER, DECIMAL, LIST, DATE, TIME, TEXT_LENGTH, CUSTOM.
Values
| Value | Description |
|---|---|
ANY_VALUE | Represents a validation that accepts any cell value |
WHOLE_NUMBER | Represents a validation that requires whole number entries |
DECIMAL | |
LIST | Represents a validation that restricts entries to a predefined list |
DATE | Represents a validation that requires date values |
TIME | |
TEXT_LENGTH | Represents a validation that checks the length of text entries |
CUSTOM | Represents a user-defined validation rule |