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.

Description

OperatorType 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 OperatorType help ensure type safety by restricting values to a predefined set.

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

 English