DataValidationType

DataValidationType

Overview

DataValidationType is a enum in Aspose.Cells FOSS for Python.

Specifies the type of data validation.

Values

ValueDescription
NONERepresents the absence of any data validation
WHOLE_NUMBERRepresents validation that only whole numbers are allowed
DECIMAL
LISTRepresents validation that provides a dropdown list of permitted values
DATERepresents validation that only dates are accepted
TIMERepresents validation that only time values are accepted
TEXT_LENGTHRepresents validation that restricts the length of text input
CUSTOMRepresents validation defined by a custom formula or rule

See Also