WorkbookEvents_SheetPivotTableBeforeCommitChangesEventHandler delegate
A Delegate type used to add an event handler for the SheetPivotTableBeforeCommitChanges event. The SheetPivotTableBeforeCommitChanges event occurs before changes are committed against the OLAP data source for a PivotTable.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Sh
- Type: System.Object
The worksheet that contains the PivotTable.
- TargetPivotTable
- Type: Microsoft.Office.Interop.Excel.PivotTable
The PivotTable that contains the changes to commit.
- ValueChangeStart
- Type: System.Int32
The index to the first change in the associated PivotTableChangeList object. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection.
- ValueChangeEnd
- Type: System.Int32
The index to the last change in the associated PivotTableChangeList object. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection.
- Cancel
- Type: System.Boolean
false when the event occurs. If the event procedure sets this argument to true, the changes are not committed against the OLAP data source of the PivotTable.