ValueChange.PivotCell プロパティ

定義

変更された PivotCell セル (タプル) を表す オブジェクトを取得します。

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

プロパティ値

変更されたセル (タプル)。

注釈

読み取り専用です。

指定したValueChangeオブジェクトの プロパティのVisibleInPivotTable値が true の場合、PivotCellプロパティは変更されたセル (タプル) のオブジェクトを返PivotCellします。 指定したValueChangeオブジェクトの プロパティのVisibleInPivotTable値が false の場合、PivotCellプロパティは null 参照 (Visual Basic では Nothing) を返します。

適用対象