Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.1 KB

Excel.PivotField.ClearManualFilter.md

File metadata and controls

35 lines (20 loc) · 1.1 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotField.ClearManualFilter method (Excel)
vbaxl10.chm240153
vbaxl10.chm240153
Excel.PivotField.ClearManualFilter
6c8e1bae-4896-049e-070c-9c9a08c223ba
05/04/2019
medium

PivotField.ClearManualFilter method (Excel)

Provides an easy way to set the Visible property to True for all items of a PivotField in PivotTables, and to empty the HiddenItemsList and VisibleItemsList collections in OLAP PivotTables.

Syntax

expression.ClearManualFilter

expression A variable that represents a PivotField object.

Remarks

This method is available for the PivotField object in PivotTables and for the CubeField object in the OLAP PivotTables. Calling it for a PivotField in an OLAP PivotTable will return a run-time error.

After calling this method, the following collections are empty: HiddenItemsList, HiddenItems, VisibleItemsList, and VisibleItems.

[!includeSupport and feedback]