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; }
Public ReadOnly Property ExternalLinks As ExternalLinkCollection
Get
public:
property ExternalLinkCollection^ ExternalLinks {
ExternalLinkCollection^ get ();
}
member ExternalLinks : ExternalLinkCollection with get
Return Value
Type:
ExternalLinkCollection
The collection of external links.
See Also