ValueChange.PivotCell Property
Gets a PivotCell object that represents the cell (tuple) that was changed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PivotCell As PivotCell
Get
'Usage
Dim instance As ValueChange
Dim value As PivotCell
value = instance.PivotCell
PivotCell PivotCell { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.PivotCell
The cell (tuple) that was changed.
Remarks
Read-only.
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 a null reference (Nothing in Visual Basic).