This example demonstrates how to insert an external reference link from a workbook to another workbook.
An external workbook is created at runtime. Note that use of this method in production code requires a license to the DevExpress Document Server or the DevExpress Universal Subscription and a reference to the DevExpress.Docs.vX.Y.dll assembly. You can use a workbook loaded into another SpreadsheetControl instead (the SpreadsheetControl.Document property).
The external workbook is populated with random data by importing a data table at runtime.
Subsequently the workbook is added to the ExternalWorkbookCollection.
A cell formula in the current worksheet can reference a workbook contained in that collection.
An external workbook is created at runtime. Note that use of this method in production code requires a license to the DevExpress Document Server or the DevExpress Universal Subscription and a reference to the DevExpress.Docs.vX.Y.dll assembly. You can use a workbook loaded into another SpreadsheetControl instead (the SpreadsheetControl.Document property).
The external workbook is populated with random data by importing a data table at runtime.
Subsequently the workbook is added to the ExternalWorkbookCollection.
A cell formula in the current worksheet can reference a workbook contained in that collection.