Enum ExcelFilterDataType
Data type for autofilters.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFilterDataType
Fields
| Name | Description |
|---|---|
| Boolean | Represents the Boolean filter data type. |
| ErrorCode | Represents the ErrorCode filter data type. |
| FloatingPoint | Represents the FloatingPoint filter data type. |
| MatchAllBlanks | Represents the MatchAllBlanks filter data type. |
| MatchAllNonBlanks | Represents the MatchAllNonBlanks filter data type. |
| NotUsed | Represents the filter data type. |
| String | Represents the String filter data type. |