DataValidationType
Vue de l’ensemble
‘DataValidationType’ est un enum dans Aspose.Cells FOSS pour Python.
Il détermine le type de validation des données.
Cette liste définit 8 valeurs : ‘NON’ , ‘WHOLE_NUMBER’, ‘DECIMAL’, ‘LIST’, DATE', ''TIME',''TEXT_LENGTH',CUSTOM’.
Les valeurs
| 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 |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference