_Workbook.Connections Property

The Connections property establishes a connection between the workbook and an ODBC or an OLEDB data source and refreshes the data without prompting the user. Read-only.

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

Syntax

'Declaration
ReadOnly Property Connections As Connections
    Get
'Usage
Dim instance As _Workbook
Dim value As Connections

value = instance.Connections
Connections Connections { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Connections
Connections

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace