DocEvents_Event.add_PivotTableBeforeCommitChanges Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub add_PivotTableBeforeCommitChanges ( _
param0 As DocEvents_PivotTableBeforeCommitChangesEventHandler _
)
'Usage
Dim instance As DocEvents_Event
Dim param0 As DocEvents_PivotTableBeforeCommitChangesEventHandler
instance.add_PivotTableBeforeCommitChanges(param0)
void add_PivotTableBeforeCommitChanges(
DocEvents_PivotTableBeforeCommitChangesEventHandler param0
)