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[];