DocEvents_PivotTableBeforeDiscardChangesEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为事件添加事件处理程序的PivotTableBeforeDiscardChanges委托类型。 在放弃对数据透视表的更改之前,将发生 PivotTableBeforeDiscardChanges 事件。
public delegate void DocEvents_PivotTableBeforeDiscardChangesEventHandler(PivotTable ^ TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_PivotTableBeforeDiscardChangesEventHandler(PivotTable TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
Public Delegate Sub DocEvents_PivotTableBeforeDiscardChangesEventHandler(TargetPivotTable As PivotTable, ValueChangeStart As Integer, ValueChangeEnd As Integer)
参数
- TargetPivotTable
- PivotTable
包含要放弃的更改的数据透视表。
- ValueChangeStart
- Int32
关联 PivotTableChangeList 对象中第一个更改的索引。 索引由Order集合中 PivotTableChangeList 对象的 属性ValueChange指定。
- ValueChangeEnd
- Int32
关联 PivotTableChangeList 对象中最后一个更改的索引。 索引由Order集合中 PivotTableChangeList 对象的 属性ValueChange指定。
- 属性