Collection of hyperlinks (SpreadsheetHyperlink).

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public sealed class SpreadsheetHyperlinkCollection : IEnumerable<SpreadsheetHyperlink>, 
	IEnumerable
Visual Basic
Public NotInheritable Class SpreadsheetHyperlinkCollection _
	Implements IEnumerable(Of 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.

Inheritance Hierarchy

System..::..Object
  GemBox.Spreadsheet..::..SpreadsheetHyperlinkCollection

See Also