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