Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.PivotHierarchyData interface

Package:
excel

An interface describing the data returned by calling pivotHierarchy.toJSON().

Remarks

Used by

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

API set: ExcelApi 1.8

id

ID of the PivotHierarchy.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.8

name

Name of the PivotHierarchy.

name?: string;

Property Value

string

Remarks

API set: ExcelApi 1.8


Feedback

Was this page helpful?