Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.DataPivotHierarchyLoadOptions interface
- Package:
- excel
Represents the Excel DataPivotHierarchy.
Properties
| $all | Specifying |
| field | Returns the PivotFields associated with the DataPivotHierarchy. |
| id | ID of the DataPivotHierarchy. |
| name | Name of the DataPivotHierarchy. |
| numberFormat | Number format of the DataPivotHierarchy. |
| position | Position of the DataPivotHierarchy. |
| showAs | Specifies if the data should be shown as a specific summary calculation. |
| summarizeBy | Specifies if all items of the DataPivotHierarchy are shown. |
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
field
Returns the PivotFields associated with the DataPivotHierarchy.
field?: Excel.Interfaces.PivotFieldLoadOptions;
Property Value
Remarks
id
name
Name of the DataPivotHierarchy.
name?: boolean;
Property Value
boolean
Remarks
numberFormat
Number format of the DataPivotHierarchy.
numberFormat?: boolean;
Property Value
boolean
Remarks
position
Position of the DataPivotHierarchy.
position?: boolean;
Property Value
boolean
Remarks
showAs
Specifies if the data should be shown as a specific summary calculation.
showAs?: boolean;
Property Value
boolean
Remarks
summarizeBy
Specifies if all items of the DataPivotHierarchy are shown.
summarizeBy?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
