PivotTableChangeList Interface

Represents the list of changes a user has made to value cells in a PivotTable report based on an OLAP data source.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244C1-0000-0000-C000-000000000046")> _
Public Interface PivotTableChangeList _
    Inherits IEnumerable
'Usage
Dim instance As PivotTableChangeList
[InterfaceTypeAttribute()]
[GuidAttribute("000244C1-0000-0000-C000-000000000046")]
public interface PivotTableChangeList : IEnumerable

Remarks

The PivotTableChangeList collection contains ValueChange objects that represent the changes a user has made to value cells in a PivotTable report. To return the PivotTableChangeList collection for a PivotTable, use the ChangeList property of the PivotTable object.

See Also

Reference

PivotTableChangeList Members

Microsoft.Office.Interop.Excel Namespace