Enum ExcelFilterType
Specifies the type of filter applied.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFilterType : byte
Fields
| Name | Description |
|---|---|
| ColorFilter | Represents applying filter with color (Fill and Font color). |
| CombinationFilter | Represents applying filter with combination(Text and DateTime). |
| CustomFilter | Represents applying filter with conditions. |
| DynamicFilter | Represents applying filter with specified relative date constant. |
| IconFilter | Represents applying Icon Filter for the icons from Conditional Formatting. |