CubeField.AllItemsVisible property (Excel)

The AllItemsVisible property checks whether manual filtering is applied to a PivotField or CubeField. Read-only Boolean.

Syntax

expression.AllItemsVisible

expression A variable that represents a CubeField object.

Remarks

Default value is True and is available for the PivotField and the CubeField objects.

For OLAP PivotTables, this property is only available for the CubeField object. Trying to get or set it on the PivotField object in OLAP PivotTables will return a run-time error.

For PivotTables, this property is available for the PivotField object.

This property is automatically set to True when no manual filtering is applied (independent of whether the IncludeNewItemsInFilter property is true or false). It's automatically set to False when any manual filtering is applied (independent of whether the IncludeNewItemsInFilter property is true or false).

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.