Share via


PivotLines._Default Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As Object _
) As PivotLine
    Get
'Usage
Dim instance As PivotLines
Dim Index As Object
Dim value As PivotLine

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

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.PivotLine

See Also

Reference

PivotLines Interface

PivotLines Members

Microsoft.Office.Interop.Excel Namespace