Model.AddConnection(WorkbookConnection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new Workbook Connection to the model with the same properties as the one supplied as an argument.
public:
Microsoft::Office::Interop::Excel::WorkbookConnection ^ AddConnection(Microsoft::Office::Interop::Excel::WorkbookConnection ^ ConnectionToDataSource);
public Microsoft.Office.Interop.Excel.WorkbookConnection AddConnection (Microsoft.Office.Interop.Excel.WorkbookConnection ConnectionToDataSource);
Public Function AddConnection (ConnectionToDataSource As WorkbookConnection) As WorkbookConnection
Parameters
- ConnectionToDataSource
- WorkbookConnection
The Workbook connection.