PivotTable.ChangeList Property
Gets the PivotTableChangeList collection that represents the list of changes that have been made to the specified PivotTable based on an OLAP data source.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ChangeList As PivotTableChangeList
Get
'Usage
Dim instance As PivotTable
Dim value As PivotTableChangeList
value = instance.ChangeList
PivotTableChangeList ChangeList { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.PivotTableChangeList
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.