SpreadsheetHyperlink Class |
Namespace: GemBox.Spreadsheet
The SpreadsheetHyperlink type exposes the following members.
Name | Description | |
---|---|---|
![]() | Exists |
If hyperlink exists returns true, otherwise returns false.
|
![]() | IsExternal |
Defines if hyperlink location is in this excel file.
|
![]() | Location |
Gets or sets the location string for hyperlink.
![]() URL have to be in escaped format(You can useSystem.Uri.EscapeUriString method). |
![]() | ToolTip |
Gets or sets ToolTip for hyperlink.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to this SpreadsheetHyperlink instance.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this SpreadsheetHyperlink instance.
(Overrides ObjectGetHashCode.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether first and second SpreadsheetHyperlinks are equal.
|
![]() ![]() | Inequality |
Determines whether first and second SpreadsheetHyperlinks are not equal.
|
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.