Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.PivotItemLoadOptions interface
- Package:
- excel
Represents the Excel PivotItem.
Properties
| $all | Specifying |
| id | ID of the PivotItem. |
| isExpanded | 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
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
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
Office Add-ins
Feedback
Was this page helpful?
