DataValidationType

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

ValueDescription
NONERepresents no data validation applied
WHOLE_NUMBERRepresents validation that requires whole number values
DECIMALRepresents validation that requires decimal (floating‑point) numbers
LISTRepresents validation that restricts input to a predefined list (dropdown)
DATERepresents validation that requires a date value
TIME
TEXT_LENGTHRepresents validation that limits the length of text input
CUSTOMRepresents validation using a custom formula or rule

See Also