Click or drag to resize

XlsWorkbook ExternalLinks Property

Gets the collection of external links in the workbook.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExternalLinkCollection ExternalLinks { get; }

Return Value

Type: ExternalLinkCollection
The collection of external links.
See Also