Click or drag to resize

ExcelHyperlink Class

Hyperlink class.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelHyperlink

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class ExcelHyperlink

The ExcelHyperlink type exposes the following members.

Constructors
 NameDescription
Public methodExcelHyperlink Hyperlinks in Excel.
Top
Properties
 NameDescription
Public propertyIsExternal Determines whether the hyperlink is located in this excel file.
Public propertyLocation Hyperlink string.
Public propertyToolTip Gets or sets the text of the ToolTip for hyperlink.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks

Supported in xlsx only.

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