PivotTable.ChangeList Property

Definition

Gets the PivotTableChangeList collection that represents the list of changes that have been made to the specified PivotTable based on an OLAP data source.

public:
 property Microsoft::Office::Interop::Excel::PivotTableChangeList ^ ChangeList { Microsoft::Office::Interop::Excel::PivotTableChangeList ^ get(); };
public Microsoft.Office.Interop.Excel.PivotTableChangeList ChangeList { get; }
Public ReadOnly Property ChangeList As PivotTableChangeList

Property Value

The PivotTableChangeList collection that represents the list of changes that have been made to the specified PivotTable based on an OLAP data source.

Remarks

Read-only.

Applies to