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

适用于