Excel.Interfaces.PivotTableCollectionLoadOptions interface
Represents a collection of all the PivotTables that are part of the workbook or worksheet.
Remarks
Properties
| $all | Specifying |
| name | For EACH ITEM in the collection: Name of the PivotTable. |
| worksheet | For EACH ITEM in the collection: The worksheet containing the current PivotTable. |
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
name
For EACH ITEM in the collection: Name of the PivotTable.
name?: boolean;
Property Value
boolean
Remarks
worksheet
For EACH ITEM in the collection: The worksheet containing the current PivotTable.
worksheet?: Excel.Interfaces.WorksheetLoadOptions;