Share via


IConnections._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 WorkbookConnection
    Get
'Usage
Dim instance As IConnections
Dim Index As Object
Dim value As WorkbookConnection

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

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.WorkbookConnection

See Also

Reference

IConnections Interface

IConnections Members

Microsoft.Office.Interop.Excel Namespace