FilterComparisonType
Contents
[
Hide
]FilterComparisonType enumeration
The type of comparison made between FieldName and Value that acts as selection criteria for a filter or graphical indicator.
Members
| Member name | Description |
|---|---|
| EQUALS | The value of Field equals Value. |
| DOES_NOT_EQUAL | The value of Field does not equal Value. |
| IS_GREATER_THAN | The value of Field is greater than Value. |
| IS_GREATER_THAN_OR_EQUAL_TO | The value of Field is greater than or equal to Value. |
| IS_LESS_THAN | The value of Field is less than Value. |
| IS_LESS_THAN_OR_EQUAL_TO | The value of Field is less than or equal to Value. |
| IS_WITHIN | The value of Field is within Value. |
| IS_NOT_WITHIN | The value of Field is not within Value. |
| CONTAINS | The value of Field contains Value. |
| DOES_NOT_CONTAIN | The value of Field does not contain Value. |
| CONTAINS_EXACTLY | The value of Field exactly contains Value. |
| IS_ONE_OF | The value of Field equals to one of the specified Values. Used in AutoFilters. |
| UNDEFINED | Undefined value. |
| IS_ANY_VALUE | ‘Is any value’ condition. Applicable to graphical indicators. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks