AutoFilterBase Methods
Base interface for objects which implement filtering functionality in a worksheet and tables.| Name | Description |
|---|---|
| Clear() | Removes all the filters specified in a worksheet and displays all hidden rows. |
| Disable() | Turns off the filtering functionality. |
| ReApply() | Reapplies a filter. |
See Also