Workbook.Connections 属性

定义

获取工作簿和数据源之间的连接的集合。

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

属性值

Microsoft.Office.Interop.Excel。Connections包含工作簿与数据源之间的连接的集合。

适用于