DataValidationType

Oversigt over de forskellige former for støtte

DataValidationType er et enum i Aspose.Cells for Python.

Angiver typen af datavalidering.

Valuer

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 date values are accepted
TIME
TEXT_LENGTHRepresents validation that restricts the length of text input
CUSTOMRepresents validation defined by a custom formula or rule
 Dansk