Share via


DocEvents_Event.PivotTableBeforeAllocateChanges イベント

定義

ピボットテーブルに変更を適用する前に発生します。

public:
 event Microsoft::Office::Interop::Excel::DocEvents_PivotTableBeforeAllocateChangesEventHandler ^ PivotTableBeforeAllocateChanges;
event Microsoft.Office.Interop.Excel.DocEvents_PivotTableBeforeAllocateChangesEventHandler PivotTableBeforeAllocateChanges;
Event PivotTableBeforeAllocateChanges As DocEvents_PivotTableBeforeAllocateChangesEventHandler 

イベントの種類

注釈

このイベントは PivotTableBeforeAllocateChanges 、Excel が UPDATE CUBE ステートメントを実行してピボットテーブルの OLAP データ ソースにすべての変更を適用する直前、およびユーザーがユーザー インターフェイスに変更を適用することを選択した直後に発生します。

適用対象