ValueChange.PivotCell Property (Excel)
Returns a PivotCell object that represents the cell (tuple) that was changed. Read-only
Version Information
Version Added: Excel 2010
Syntax
expression .PivotCell
expression A variable that represents a ValueChange object.
Return Value
PivotCell
Remarks
When the value of the VisibleInPivotTable property of the specified ValueChange object is True, the PivotCell property returns a PivotCell object for the cell (tuple) that was changed. When the value of the VisibleInPivotTable property of the specified ValueChange object is False, the PivotCell property returns NULL.