Excel.Interfaces.PivotItemUpdateData interface
An interface for updating data on the PivotItem
object, for use in pivotItem.set({ ... })
.
Properties
is |
Determines whether the item is expanded to show child items or if it's collapsed and child items are hidden. |
name | Name of the PivotItem. |
visible | Specifies if the PivotItem is visible. |
Property Details
isExpanded
Determines whether the item is expanded to show child items or if it's collapsed and child items are hidden.
isExpanded?: boolean;
Property Value
boolean
Remarks
name
visible
Specifies if the PivotItem is visible.
visible?: boolean;
Property Value
boolean
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins