次の方法で共有


PivotLines.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

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

プロパティ値

PivotLine

適用対象