Workbook.SheetPivotTableBeforeAllocateChanges Event (Excel)

Occurs before changes are applied to a PivotTable.

Version Information

추가된 버전: Excel 2010

Syntax

.SheetPivotTableBeforeAllocateChanges(Sh, TargetPivotTable, ValueChangeStart, ValueChangeEnd, Cancel)

A variable that represents a Workbook object.

Parameters

Name

Required/Optional

Data Type

Description

Sh

필수

Object

The worksheet that contains the PivotTable.

TargetPivotTable

필수

PivotTable

The PivotTable that contains the changes to apply.

ValueChangeStart

필수

Long

The index to the first change in the associated PivotTableChangeList collection. 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 collection. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection.

Cancel

필수

Boolean

False when the event occurs. If the event procedure sets this argument to True, the changes are not applied to the PivotTable and all edits are lost.

Return Value

Nothing

Remarks

The SheetPivotTableBeforeAllocateChanges event occurs immediately before Excel executes an UPDATE CUBE statement to apply all changes to the PivotTable's OLAP data source, and immediately after the user has chosen to apply changes in the user interface.

참고 항목

개념

Workbook Object

Workbook Object Members