DocEvents_Event.PivotTableBeforeCommitChanges 事件

定义

在向数据透视表的 OLAP 数据源提交更改之前发生。

public:
 event Microsoft::Office::Interop::Excel::DocEvents_PivotTableBeforeCommitChangesEventHandler ^ PivotTableBeforeCommitChanges;
event Microsoft.Office.Interop.Excel.DocEvents_PivotTableBeforeCommitChangesEventHandler PivotTableBeforeCommitChanges;
Event PivotTableBeforeCommitChanges As DocEvents_PivotTableBeforeCommitChangesEventHandler 

事件类型

注解

PivotTableBeforeAllocateChanges 事件发生在 Excel 针对数据透视表的 OLAP 数据源执行 COMMIT TRANSACTION 之前,在用户选择保存整个数据透视表的更改之后立即发生。

适用于