FilterDataType Enumeration
|
Data type for filters.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum FilterDataType
Public Enumeration FilterDataType
public enum class FilterDataType
Members
|
Member name
|
Value
|
Description
|
|
NotUsed
|
0
|
Represents the filter data type.
|
|
FloatingPoint
|
1
|
Represents the FloatingPoint filter data type.
|
|
String
|
2
|
Represents the String filter data type.
|
|
Boolean
|
3
|
Represents the Boolean filter data type.
|
|
ErrorCode
|
4
|
Represents the ErrorCode filter data type.
|
|
MatchAllBlanks
|
5
|
Represents the MatchAllBlanks filter data type.
|
|
MatchAllNonBlanks
|
6
|
Represents the MatchAllNonBlanks filter data type.
|
See Also