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