Share via


AppEvents_Event.add_SheetPivotTableBeforeAllocateChanges 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_SheetPivotTableBeforeAllocateChanges ( _
    param0 As AppEvents_SheetPivotTableBeforeAllocateChangesEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_SheetPivotTableBeforeAllocateChangesEventHandler

instance.add_SheetPivotTableBeforeAllocateChanges(param0)
void add_SheetPivotTableBeforeAllocateChanges(
    AppEvents_SheetPivotTableBeforeAllocateChangesEventHandler param0
)

Parameters

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace