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
| Value | Description |
|---|---|
BETWEEN | Represents a between comparison operator for range checks |
EQUAL | Represents an equality comparison operator |
GREATER_THAN | Represents a greater‑than comparison operator |
GREATER_OR_EQUAL | Represents a greater‑or‑equal comparison operator |
LESS_THAN | Represents a less‑than comparison operator |
LESS_OR_EQUAL | Represents a less‑or‑equal comparison operator |
NONE | Represents the absence of any comparison operator |
NOT_BETWEEN | Represents a not‑between comparison operator for range exclusion |
NOT_EQUAL | Represents an inequality comparison operator |