PivotLineCells.Item[Object] Property

Definition

Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.

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

Parameters

Index
Object

Required Object Specifies the position of an element of the collection.

Property Value

PivotCell

Applies to