Click or drag to resize

ExcelCellHyperlink Property

Gets or sets cell hyperlink.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public ExcelHyperlink Hyperlink { get; set; }

Property Value

ExcelHyperlink
Remarks

Supported in xlsx format.

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