DocEvents_Event.PivotTableUpdate Event
Occurs after a PivotTable report is updated on a worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event PivotTableUpdate As DocEvents_PivotTableUpdateEventHandler
'Usage
Dim instance As DocEvents_Event
Dim handler As DocEvents_PivotTableUpdateEventHandler
AddHandler instance.PivotTableUpdate, handler
event DocEvents_PivotTableUpdateEventHandler PivotTableUpdate