PivotItem.Visible Property
Excel Developer Reference |
Returns or sets a Boolean value that determines whether the object is visible. Read/write.
Syntax
expression.Visible
expression A variable that represents a PivotItem object.
Remarks
The Visible property for a PivotTable item is True if the item is currently visible in the table.
See Also