PivotTable.ChangeList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.