Back to Devexpress

IWorkbook.ExternalWorkbooks Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-f31f33f6.md

latest1.8 KB
Original Source

IWorkbook.ExternalWorkbooks Property

Provides access to the collection of source workbooks used for creating external references in the current workbook.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ExternalWorkbookCollection ExternalWorkbooks { get; }
vb
ReadOnly Property ExternalWorkbooks As ExternalWorkbookCollection

Property Value

TypeDescription
ExternalWorkbookCollection

An ExternalWorkbookCollection object.

|

Remarks

Add a workbook to the ExternalWorkbooks collection to use references to its cells and defined names in the current workbook.

See Also

ExternalWorkbook

Cell Referencing

How to: Update External References in the Loaded Workbook

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace