pivotTable resource type

Namespace: microsoft.graph

Represents an Excel PivotTable.

Methods

Method Return Type Description
Get workbookPivotTable workbookPivotTable Read properties and relationships of workbookPivotTable object.
Refresh None Refreshes the PivotTable.
Refreshall None Refresh all tables within given worksheet. This action is available only on the pivot table collection.

Properties

Property Type Description
id String ID of the PivotTable. Read-only.
name String Name of the PivotTable.

Relationships

Relationship Type Description
worksheet WorkbookWorksheet The worksheet containing the current PivotTable. Read-only.

JSON representation

Here's a JSON representation of the resource.

{
  "id": "String (identifier)",
  "name": "String"
}