DataValidationOperator

DataValidationOperator

Overview

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

Specifies the comparison operator for data validation.

This enumeration defines 8 values: BETWEEN, NOT_BETWEEN, EQUAL, NOT_EQUAL, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL.

Values

ValueDescription
BETWEENRepresents a validation operator that checks if a value is between two limits
NOT_BETWEEN
EQUALRepresents a validation operator that checks if a value equals a specified value
NOT_EQUAL
GREATER_THANRepresents a validation operator that checks if a value is greater than a limit
LESS_THAN
GREATER_THAN_OR_EQUALRepresents a validation operator that checks if a value is at least a limit
LESS_THAN_OR_EQUALRepresents a validation operator that checks if a value does not exceed a limit

See Also