PivotTable.Hidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.