OperatorType enumeration
OperatorType enumeration
Represents the operator type of conditional format and data validation.
The OperatorType type exposes the following members:
Fields
| Field | 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. |
See Also
- module
aspose.cells