Excel.Interfaces.PivotTableData interface

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

Properties

id

ID of the PivotTable.

name

Name of the PivotTable.

Property Details

id

ID of the PivotTable.

id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.5 ]

name

Name of the PivotTable.

name?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.3 ]