IAutoFilter Interface Properties
In This Topic
For a list of all members of this type, see IAutoFilter members.
Public Properties
| Name | Description |
 | FilterMode | Gets a value indicating whether the worksheet is in the AutoFilter filter mode. |
 | Filters | Gets an IFilters collection that represents all the filters in an auto filtered range. |
 | Range | Gets an IRange object that represents the range to which the specified AutoFilter applies. |
 | Sort | Gets the sort column or columns, and sort order for the IAutoFilter collection. |
Top
See Also