Excel.Interfaces.PivotHierarchyData interface
An interface describing the data returned by calling pivotHierarchy.toJSON()
.
Properties
fields | Returns the PivotFields associated with the PivotHierarchy. |
id | ID of the PivotHierarchy. |
name | Name of the PivotHierarchy. |
Property Details
fields
Returns the PivotFields associated with the PivotHierarchy.
fields?: Excel.Interfaces.PivotFieldData[];
Property Value
Remarks
id
name
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