Excel.Interfaces.PivotTableUpdateData interface

An interface for updating data on the PivotTable object, for use in pivotTable.set({ ... }).

Properties

enableDataValueEditing

Specifies if the PivotTable allows values in the data body to be edited by the user.

name

Name of the PivotTable.

useCustomSortLists

Specifies if the PivotTable uses custom lists when sorting.

Property Details

enableDataValueEditing

Specifies if the PivotTable allows values in the data body to be edited by the user.

enableDataValueEditing?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

name

Name of the PivotTable.

name?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.3 ]

useCustomSortLists

Specifies if the PivotTable uses custom lists when sorting.

useCustomSortLists?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]