OperatorType

Overview

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

Represents the operator type used in conditional formatting and filtering.

This enumeration defines 9 comparison operator values.

Values

ValueDescription
BETWEENRepresents a between comparison operator for range checks
EQUALRepresents an equality comparison operator
GREATER_THANRepresents a greater‑than comparison operator
GREATER_OR_EQUALRepresents a greater‑or‑equal comparison operator
LESS_THANRepresents a less‑than comparison operator
LESS_OR_EQUALRepresents a less‑or‑equal comparison operator
NONERepresents the absence of any comparison operator
NOT_BETWEENRepresents a not‑between comparison operator for range exclusion
NOT_EQUALRepresents an inequality comparison operator

See Also