Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel 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
     Property Returns True if the worksheet is in the AutoFilter filter mode (read-only).  
     Property Returns a Filters collection that represents all the filters in an autofiltered range (read-only).  
     Property Returns a Range object that represents the range to which the specified AutoFilter applies.  
     Property Gets the sort column or columns, and sort order for the AutoFilter collection.  
    Top
    Public Methods
     NameDescription
     Method Applies the specified AutoFilter object.  
     Method Displays all the data returned by the AutoFilter object.  
    Top
    See Also