Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilter Interface
Properties Methods

In This Topic
    IAutoFilter Interface Members
    In This Topic

    The following tables list the members exposed by IAutoFilter.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicating whether the filter update automatically after user input new value.  
     PropertyGets a value indicating whether the worksheet is in the AutoFilter filter mode.  
     PropertyGets an IFilters collection that represents all the filters in an auto filtered range.  
     PropertyGets an IRange object that represents the range to which the specified AutoFilter applies.  
     PropertyGets the sort column or columns, and sort order for the IAutoFilter collection.  
    Top
    Public Methods
     NameDescription
     MethodApplies the specified IAutoFilter object.  
     MethodGets the array of rows that are filtered out.  
     MethodDisplays all the data returned by the IAutoFilter object.  
    Top
    See Also