public enum AutoFilterOperator : System.Enum
public enum AutoFilterOperator : System.Enum
Member | Description |
---|---|
And | Specifies logical AND of Criteria1 and Criteria2. |
AutomaticFontColor | Specifies that this is reserved for internal use. |
Bottom10Items | Specifies that the lowest-valued items are displayed (number of items specified in Criteria1). |
Bottom10Percent | Specifies that the lowest-valued items are displayed (percentage specified in Criteria1). |
CellColor | Specifies the cell color. |
Dynamic | Specifies the dynamic filter. |
FontColor | Specifies the font color. |
Icon | Specifies the filter icon. |
NoFill | Specifies that this is reserved for internal use. |
NoIcon | Specifies that this is reserved for internal use. |
None | Specifies the default. |
Or | Specifies logical OR of Criteria1 and Criteria2. |
Top10Items | Specifies that the highest-valued items are displayed (number of items specified in Criteria1). |
Top10Percent | Specifies that the lowest-valued items are displayed (percentage of items specified in Criteria1). |
Values | Specifies filter values. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.AutoFilterOperator