AutoFilterBase Properties
Base interface for objects which implement filtering functionality in a worksheet and tables.Name | Description |
---|---|
Columns | Gets a collection of filters for columns. |
Enabled | Gets whether the filtering functionality is enabled. |
Range | Returns the range to which the filter is applied. |
SortState | Provides access to an interface that allows you to specify sort conditions and perform sorting. |
See Also