Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SheetAutoFilter Methods

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