Connections.Item Method
This method creates a connection item.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As WorkbookConnection
'Usage
Dim instance As Connections
Dim Index As Object
Dim returnValue As WorkbookConnection
returnValue = instance.Item(Index)
WorkbookConnection Item(
Object Index
)
Parameters
Index
Type: System.ObjectIndex value of the item.
Return Value
Type: Microsoft.Office.Interop.Excel.WorkbookConnection
WorkbookConnection