[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.GetExcelLinkSources

GetExcelLinkSources Method

GetExcelLinkSources()

Gets the names of linked Excel documents in the workbook.

Declaration
IEnumerable<string> GetExcelLinkSources()
Function GetExcelLinkSources() As IEnumerable(Of String)
Returns
Type Description
IEnumerable<string>

The linked workbook names.

Examples
worksheet.Range["B1"].Formula = "='[SourceWorkbook.xlsx]Sheet1'!A1";
IEnumerable<string> linkSources = workbook.GetExcelLinkSources();