Share via


IPivotLines.Item Property

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 IPivotLines
Dim Index As Object
Dim value As PivotLine

value = instance.Item(Index)
PivotLine this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.PivotLine

See Also

Reference

IPivotLines Interface

IPivotLines Members

Microsoft.Office.Interop.Excel Namespace