FilterOperatorType enumeration
FilterOperatorType enumeration
Custom Filter operator type.
The FilterOperatorType type exposes the following members:
Fields
Field | Description |
---|---|
LESS_OR_EQUAL | Represents LessOrEqual operator. |
LESS_THAN | Represents LessThan operator. |
EQUAL | Represents Equal operator. |
GREATER_THAN | Represents GreaterThan operator. |
NOT_EQUAL | Represents NotEqual operator. |
GREATER_OR_EQUAL | Represents GreaterOrEqual operator. |
NONE | Represents no comparison. |
BEGINS_WITH | Begins with the text. |
ENDS_WITH | Ends with the text. |
CONTAINS | Contains the text. |
NOT_CONTAINS | Not contains the text. |
NOT_BEGINS_WITH | Not begins with the text. |
NOT_ENDS_WITH | Not ends with the text. |
See Also
- module
aspose.cells