Workbook.Connections Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::Connections ^ Connections { Microsoft::Office::Interop::Excel::Connections ^ get(); };
public Microsoft.Office.Interop.Excel.Connections Connections { get; }
member this.Connections : Microsoft.Office.Interop.Excel.Connections
Public ReadOnly Property Connections As Connections

Property Value

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

Applies to