DataValidationType
Overview
DataValidationType is a enum in Aspose.Cells FOSS for Python.
Specifies the type of data validation.
This enumeration defines 8 values: NONE, WHOLE_NUMBER, DECIMAL, LIST, DATE, TIME, TEXT_LENGTH, CUSTOM.
Values
| Value | Description |
|---|---|
NONE | Represents no data validation applied |
WHOLE_NUMBER | Represents validation that requires whole number values |
DECIMAL | Represents validation that requires decimal (floating‑point) numbers |
LIST | Represents validation that restricts input to a predefined list (dropdown) |
DATE | Represents validation that requires a date value |
TIME | |
TEXT_LENGTH | Represents validation that limits the length of text input |
CUSTOM | Represents validation using a custom formula or rule |