Excel.Interfaces.PivotFieldData interface
An interface describing the data returned by calling pivotField.toJSON()
.
Properties
id | ID of the PivotField. |
items | Returns the PivotItems associated with the PivotField. |
name | Name of the PivotField. |
show |
Determines whether to show all items of the PivotField. |
subtotals | Subtotals of the PivotField. |
Property Details
id
items
Returns the PivotItems associated with the PivotField.
items?: Excel.Interfaces.PivotItemData[];
Property Value
Remarks
name
showAllItems
Determines whether to show all items of the PivotField.
showAllItems?: boolean;
Property Value
boolean
Remarks
subtotals
Subtotals of the PivotField.
subtotals?: Excel.Subtotals;
Property Value
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