ValueChange.PivotCell Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PivotCell object that represents the cell (tuple) that was changed.
public:
property Microsoft::Office::Interop::Excel::PivotCell ^ PivotCell { Microsoft::Office::Interop::Excel::PivotCell ^ get(); };
public Microsoft.Office.Interop.Excel.PivotCell PivotCell { get; }
Public ReadOnly Property PivotCell As PivotCell
Property Value
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).