Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotField Interface / ClearAllFilters Method
In This Topic
    ClearAllFilters Method (IPivotField)
    In This Topic
    Deletes all filters currently applied to the PivotField. This includes deleting all filters from the PivotFilters collection of the PivotField and removing any manual filtering applied to the PivotField as well. If the PivotField is in the Report Filter area, the item selected will be set to the default item.
    Syntax
    void ClearAllFilters()
    See Also