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

适用于