PivotLineCells.Item[Object] プロパティ

定義

コレクション内の位置によって識別されるコレクション オブジェクトの PivotLineCells 特定の要素を返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Excel::PivotCell ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::PivotCell ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.PivotCell Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As PivotCell

パラメーター

Index
Object

必須 オブジェクト コレクションの要素の位置を指定します。

プロパティ値

PivotCell

適用対象