[]
Gets the names of linked Excel documents in the workbook.
public IEnumerable<string> GetExcelLinkSources()
Public Function GetExcelLinkSources() As IEnumerable(Of String)
| Type | Description |
|---|---|
| IEnumerable<string> | The linked workbook names. |
worksheet.Range["B1"].Formula = "='[SourceWorkbook.xlsx]Sheet1'!A1";
IEnumerable<string> linkSources = workbook.GetExcelLinkSources();