DataValidationType
General
DataValidationType és un enum a Aspose.Cells per Python.
Especifica el tipus de validació de dades.
Valors
| 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 date values are accepted |
TIME | |
TEXT_LENGTH | Represents validation that restricts the length of text input |
CUSTOM | Represents validation defined by a custom formula or rule |