[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AutoFilterOperator

Enum AutoFilterOperator

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the operator to use to associate two criteria applied by a filter.

public enum AutoFilterOperator

Fields

And = 1

Specifies logical AND of Criteria1 and Criteria2.

AutomaticFontColor = 13

Specifies that this is reserved for internal use.

Bottom10Items = 4

Specifies that the lowest-valued items are displayed (number of items specified in Criteria1).

Bottom10Percent = 6

Specifies that the lowest-valued items are displayed (percentage specified in Criteria1).

CellColor = 8

Specifies the cell color.

Dynamic = 11

Specifies the dynamic filter.

FontColor = 9

Specifies the font color.

Icon = 10

Specifies the filter icon.

NoFill = 12

Specifies that this is reserved for internal use.

NoIcon = 14

Specifies that this is reserved for internal use.

None = 0

Specifies the default.

Or = 2

Specifies logical OR of Criteria1 and Criteria2.

Top10Items = 3

Specifies that the highest-valued items are displayed (number of items specified in Criteria1).

Top10Percent = 5

Specifies that the lowest-valued items are displayed (percentage of items specified in Criteria1).

Values = 7

Specifies filter values.