[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFilter

Interface IFilter

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

Represents a filter for a single column. The Filter object is a member of the Filters collection. The Filters collection contains all the filters in an autofiltered range.

public interface IFilter

Properties

Criteria1

Returns the first filtered value for the specified column in a filtered range.

object Criteria1 { get; }

Property Value

object

Criteria2

Returns the second filtered value for the specified column in a filtered range.

object Criteria2 { get; }

Property Value

object

On

Gets whether the specified filter is on.

bool On { get; }

Property Value

bool

Operator

Returns the operator that associates the two criteria applied by the specified filter.

AutoFilterOperator Operator { get; }

Property Value

AutoFilterOperator