WorksheetClass.PivotTableBeforeCommitChanges Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event PivotTableBeforeCommitChanges As DocEvents_PivotTableBeforeCommitChangesEventHandler
'Usage
Dim instance As WorksheetClass
Dim handler As DocEvents_PivotTableBeforeCommitChangesEventHandler
AddHandler instance.PivotTableBeforeCommitChanges, handler
public virtual event DocEvents_PivotTableBeforeCommitChangesEventHandler PivotTableBeforeCommitChanges
Implements
DocEvents_Event.PivotTableBeforeCommitChanges