IAutoFilter Interface Methods
In This Topic
For a list of all members of this type, see IAutoFilter members.
Public Methods
| Name | Description |
 | applyFilter | Applies the specified autoFilter object. |
 | getFilterMode | Returns True if the worksheet is in the AutoFilter filter mode. |
 | getFilters | Returns a Filters collection that represents all the filters in an autofiltered range. |
 | getRange | Returns a Range object that represents the range to which the specified autoFilter applies. |
 | getSort | Gets the sort column or columns, and sort order for the AutoFilter collection. |
 | showAllData | Displays all the data returned by the autoFilter object. |
Top
See Also