Enum ExcelFilterCondition
Possible conditions in autofilter.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFilterCondition
Fields
| Name | Description |
|---|---|
| BeginsWith | Represents the BeginsWith filter condition type. |
| Contains | Represents the Contains filter condition type. |
| DoesNotBeginWith | Represents the DoesNotBeginWith filter condition type. |
| DoesNotContain | Represents the DoesNotContain filter condition type. |
| DoesNotEndWith | Represents the DoesNotEndWith filter condition type. |
| EndsWith | Represents the EndsWith filter condition type. |
| Equal | Represents the Equal filter condition type. |
| Greater | Represents the Greater filter condition type. |
| GreaterOrEqual | Represents the GreaterOrEqual filter condition type. |
| Less | Represents the Less filter condition type. |
| LessOrEqual | Represents the LessOrEqual filter condition type. |
| NotEqual | Represents the NotEqual filter condition type. |