OperatorType
Contents
[
Hide
]OperatorType enumeration
Utility class containing constants. Represents the operator type of conditional format and data validation.
Values
| Name | Description |
|---|---|
| BETWEEN | Represents Between operator of conditional format and data validation. |
| EQUAL | Represents Equal operator of conditional format and data validation. |
| GREATER_THAN | Represents GreaterThan operator of conditional format and data validation. |
| GREATER_OR_EQUAL | Represents GreaterOrEqual operator of conditional format and data validation. |
| LESS_THAN | Represents LessThan operator of conditional format and data validation. |
| LESS_OR_EQUAL | Represents LessOrEqual operator of conditional format and data validation. |
| NONE | Represents no comparison. |
| NOT_BETWEEN | Represents NotBetween operator of conditional format and data validation. |
| NOT_EQUAL | Represents NotEqual operator of conditional format and data validation. |