Share via


WorksheetClass.remove_PivotTableBeforeAllocateChanges Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub remove_PivotTableBeforeAllocateChanges ( _
    param0 As DocEvents_PivotTableBeforeAllocateChangesEventHandler _
)
'Usage
Dim instance As WorksheetClass
Dim param0 As DocEvents_PivotTableBeforeAllocateChangesEventHandler

instance.remove_PivotTableBeforeAllocateChanges(param0)
public virtual void remove_PivotTableBeforeAllocateChanges(
    DocEvents_PivotTableBeforeAllocateChangesEventHandler param0
)

Parameters

Implements

DocEvents_Event.remove_PivotTableBeforeAllocateChanges(DocEvents_PivotTableBeforeAllocateChangesEventHandler)

See Also

Reference

WorksheetClass Class

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace