IAutoFilter Interface Members
In This Topic
The following tables list the members exposed by IAutoFilter.
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