SheetAutoFilter Methods
An object implementing the filtering functionality for the specified worksheet.| Name | Description |
|---|---|
| Apply(CellRange, Boolean) | Enables the filtering functionality for the specified cell range. |
| Apply(CellRange) | Enables the filtering functionality for the specified range of cells. |
| 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