WorksheetClass.PivotTableBeforeAllocateChanges Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event PivotTableBeforeAllocateChanges As DocEvents_PivotTableBeforeAllocateChangesEventHandler
'Usage
Dim instance As WorksheetClass
Dim handler As DocEvents_PivotTableBeforeAllocateChangesEventHandler
AddHandler instance.PivotTableBeforeAllocateChanges, handler
public virtual event DocEvents_PivotTableBeforeAllocateChangesEventHandler PivotTableBeforeAllocateChanges
Implements
DocEvents_Event.PivotTableBeforeAllocateChanges