TableAutoFilter Methods
An object implementing the filtering functionality for the specified table.Name | Description |
---|---|
Apply() | Enables the filtering functionality for the specified table. |
Clear() | Removes all the filters specified in a worksheet and displays all hidden rows. Inherited from AutoFilterBase. |
Disable() | Turns off the filtering functionality. Inherited from AutoFilterBase. |
ReApply() | Reapplies a filter. Inherited from AutoFilterBase. |
See Also