DataValidationType
Overview
DataValidationType is a enum in Aspose.Cells FOSS for Python.
Specifies the type of data validation.
Values
| Value | Description |
|---|---|
NONE | Represents the absence of any data validation |
WHOLE_NUMBER | Represents validation that only whole numbers are allowed |
DECIMAL | |
LIST | Represents validation that provides a dropdown list of permitted values |
DATE | Represents validation that only dates are accepted |
TIME | Represents validation that only time values are accepted |
TEXT_LENGTH | Represents validation that restricts the length of text input |
CUSTOM | Represents validation defined by a custom formula or rule |