Excel.Interfaces.PivotFieldUpdateData interface
An interface for updating data on the PivotField
object, for use in pivotField.set({ ... })
.
Properties
name | Name of the PivotField. |
show |
Determines whether to show all items of the PivotField. |
subtotals | Subtotals of the PivotField. |
Property Details
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;