ValidationType

ValidationType

Overview

ValidationType is a enum in Aspose.Cells FOSS for Java.

Represents the type of cell validation.

This enumeration defines 8 values: ANY_VALUE, WHOLE_NUMBER, DECIMAL, LIST, DATE, TIME, TEXT_LENGTH, CUSTOM.

Description

ValidationType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ValidationType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
ANY_VALUERepresents a validation that accepts any cell value
WHOLE_NUMBERRepresents a validation that requires whole number entries
DECIMAL
LISTRepresents a validation that restricts entries to a predefined list
DATERepresents a validation that requires date values
TIME
TEXT_LENGTHRepresents a validation that checks the length of text entries
CUSTOMRepresents a user-defined validation rule

See Also

 English