PivotTable.Hidden Property

Definition

Checks whether the PivotTable exists at the worksheet level. Boolean (bool in C#). Read-only

public:
 property bool Hidden { bool get(); };
public bool Hidden { get; }
Public ReadOnly Property Hidden As Boolean

Property Value

Remarks

When the Hidden property is set to True, the PivotTable object is hidden from the worksheet level. When the property is set to False, the PivotTable exists on a worksheet.

Applies to