Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface / ClearAllFilters Method
In This Topic
    ClearAllFilters Method (IPivotTable)
    In This Topic
    Deletes all filters currently applied to the PivotTable. This includes deleting all filters in the PivotFilters collection of the PivotTable object, removing any manual filtering applied, and setting all PivotFields in the Report Filter area to the default item.
    Syntax
    void ClearAllFilters()
    See Also