ExcelCellHyperlink Property |
Gets or sets cell hyperlink.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic ExcelHyperlink Hyperlink { get; set; }
Public Property Hyperlink As ExcelHyperlink
Get
Set
Property Value
ExcelHyperlink
RemarksSupported 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