Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.18 KB

Excel.PivotField.Hidden.md

File metadata and controls

37 lines (21 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotField.Hidden property (Excel)
vbaxl10.chm240137
vbaxl10.chm240137
Excel.PivotField.Hidden
c4fbed72-f3e5-fc5a-53c7-133003b53eee
05/04/2019
medium

PivotField.Hidden property (Excel)

This property is used to hide the individual levels of an OLAP hierarchy. Read/write Boolean.

Syntax

expression.Hidden

expression A variable that represents a PivotField object.

Remarks

Returns True for hidden levels and False for visible (non-hidden) levels.

This property is applicable only to levels of OLAP hierarchies.

For relational data sources and OLAP attributes, this property is always False. Trying to set it to True for an attribute or a relational field will return a run-time error. It's not possible to set this property to True for a level if all other levels of the same hierarchy already have this setting set to True. At least one level of a hierarchy has to have this property set to False. Attempting to do this will return a run-time error.

[!includeSupport and feedback]