[]
Specifies the operator to use to associate two criteria applied by a filter.
public enum AutoFilterOperator
And = 1Specifies logical AND of Criteria1 and Criteria2.
AutomaticFontColor = 13Specifies that this is reserved for internal use.
Bottom10Items = 4Specifies that the lowest-valued items are displayed (number of items specified in Criteria1).
Bottom10Percent = 6Specifies that the lowest-valued items are displayed (percentage specified in Criteria1).
CellColor = 8Specifies the cell color.
Dynamic = 11Specifies the dynamic filter.
FontColor = 9Specifies the font color.
Icon = 10Specifies the filter icon.
NoFill = 12Specifies that this is reserved for internal use.
NoIcon = 14Specifies that this is reserved for internal use.
None = 0Specifies the default.
Or = 2Specifies logical OR of Criteria1 and Criteria2.
Top10Items = 3Specifies that the highest-valued items are displayed (number of items specified in Criteria1).
Top10Percent = 5Specifies that the lowest-valued items are displayed (percentage of items specified in Criteria1).
Values = 7Specifies filter values.