[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFilter

IFilter Interface

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.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IFilter
Public Interface IFilter

Properties

Name Description
Criteria1

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

Criteria2

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

On

Gets whether the specified filter is on.

Operator

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