WorkbookEvents_Event.remove_SheetPivotTableBeforeAllocateChanges Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_SheetPivotTableBeforeAllocateChanges ( _
param0 As WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler _
)
'Usage
Dim instance As WorkbookEvents_Event
Dim param0 As WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler
instance.remove_SheetPivotTableBeforeAllocateChanges(param0)
void remove_SheetPivotTableBeforeAllocateChanges(
WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.WorkbookEvents_SheetPivotTableBeforeAllocateChangesEventHandler