[]
Specifies the operator to use to associate two criteria applied by a filter.
public enum AutoFilterOperator
Public Enum AutoFilterOperator
| Name | 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. |