Collection of hyperlinks (SpreadsheetHyperlink).
Inheritance Hierarchy
GemBox.Spreadsheet SpreadsheetHyperlinkCollection
Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
public sealed class SpreadsheetHyperlinkCollection : IEnumerable<SpreadsheetHyperlink>, IEnumerable
Remarks
Supported only in xlsx. If you want hyperlinks also to work in XLS, assign HYPERLINK formula to ExcelCell.Formula.
You can set cell style to underline and font color to blue in order to appear as hyperlink, that is not done automatically.
See Also