Expand Minimize
This topic has not yet been rated - Rate this topic

WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler Delegate

Office 2010

A Delegate type used to add an event handler for the SheetPivotTableBeforeDiscardChanges event. The SheetPivotTableBeforeDiscardChanges event occurs before changes to a PivotTable are discarded.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[ComVisibleAttribute(false)]
public delegate void WorkbookEvents_SheetPivotTableBeforeDiscardChangesEventHandler(
	Object Sh,
	PivotTable TargetPivotTable,
	int ValueChangeStart,
	int ValueChangeEnd
)

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 discard.
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.