PivotTable.ChangeList 属性

定义

获取表示 PivotTableChangeList 已基于 OLAP 数据源对指定数据透视表所做的更改列表的集合。

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

属性值

表示 PivotTableChangeList 已基于 OLAP 数据源对指定数据透视表所做的更改列表的集合。

注解

此为只读属性。

适用于