Workbook.Connections Property

Gets the collection of connections between the workbook and a data source.

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

Syntax

'Declaration
ReadOnly Property Connections As Connections
    Get
Connections Connections { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Connections
A Microsoft.Office.Interop.Excel.Connections collection that contains the connections between the workbook and a data source.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace