Enum GridFilterOperatorType
GridFilterOperatorType enumeration
Custom Filter operator type.
public enum GridFilterOperatorType
Values
| Name | Value | Description |
|---|---|---|
| LessOrEqual | 0 | Represents LessOrEqual operator. |
| LessThan | 1 | Represents LessThan operator. |
| Equal | 2 | Represents Equal operator. |
| GreaterThan | 3 | Represents GreaterThan operator. |
| NotEqual | 4 | Represents NotEqual operator. |
| GreaterOrEqual | 5 | Represents GreaterOrEqual operator. |
| None | 6 | Represents no comparision. |
| BeginsWith | 7 | Begins with the text. |
| EndsWith | 8 | Ends with the text. |
| Contains | 9 | Contains the text. |
| NotContains | 10 | Doese not contains the text. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop