[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAutoFilter

IAutoFilter Interface

Represents autofiltering for the specified worksheet.

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

Properties

Name Description
FilterMode

Returns True if the worksheet is in the AutoFilter filter mode (read-only).

Filters

Returns a Filters collection that represents all the filters in an autofiltered range (read-only).

Range

Returns a Range object that represents the range to which the specified AutoFilter applies.

Sort

Gets the sort column or columns, and sort order for the AutoFilter collection.

Methods

Name Description
ApplyFilter()

Applies the specified AutoFilter object.

ShowAllData()

Displays all the data returned by the AutoFilter object.