Hyperlink class.

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

Syntax

C#
public class SpreadsheetHyperlink
Visual Basic
Public Class SpreadsheetHyperlink

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..::..SpreadsheetHyperlink

See Also