Worksheet.PivotTableBeforeDiscardChanges Event (Excel)

Occurs before changes to a PivotTable are discarded.

Version Information

추가된 버전: Excel 2010

Syntax

.PivotTableBeforeDiscardChanges(TargetPivotTable, ValueChangeStart, ValueChangeEnd)

A variable that represents a Worksheet object.

Parameters

Name

Required/Optional

Data Type

Description

TargetPivotTable

필수

PivotTable

The PivotTable that contains the changes to discard.

ValueChangeStart

필수

Long

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

필수

Long

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.

Return Value

Nothing

Remarks

Occurs immediately before Excel executes a ROLLBACK TRANSACTION statement against the OLAP data source, if a transaction is still active, and then discards all edited values in the PivotTable, after the user has chosen to discard changes.

참고 항목

개념

Worksheet Object

Worksheet Object Members