PivotLines.Item Property
Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As PivotLine
Get
'Usage
Dim instance As PivotLines
Dim Index As Object
Dim value As PivotLine
value = instance.Item(Index)
PivotLine this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectRequired Object Specifies the position of an element of the collection.
Property Value
Type: Microsoft.Office.Interop.Excel.PivotLine
PivotLine