WorksheetHyperlink Class Members
The following tables list the members exposed by WorksheetHyperlink.
Public Properties
| Name | Description |
| DisplayText | Gets or sets the text to display in the cell when the hyperlink is added to a worksheet, or null to use the target text. |
| IsSealed | Gets the value indicating whether the hyperlink is sealed and cannot be modified. |
| SourceAddress | Gets or sets the address of the cell or region on which the hyperlink resides. |
| SourceCell | Gets or sets the cell on which the hyperlink resides. |
| SourceRegion | Gets or sets the region on which the hyperlink resides. |
| Target | Gets or sets the target of the hyperlink, which can be a string, WorksheetCell, WorksheetRegion, or NamedReference instance. For bookmarks in an external document, separate the sub-address with a #, such as "File.xlsx#Sheet1!C3". For email addresses, use a target string with the format "mailto:joe@company.com" or "mailto:joe@company.com?subject=Email%20Subject". |
| TargetAddress | Gets or sets the target address of the hyperlink. For bookmarks in an external document, separate the sub-address with a #, such as "File.xlsx#Sheet1!C3". For email addresses, use a target string with the format "mailto:joe@company.com" or "mailto:joe@company.com?subject=Email%20Subject". |
| TargetCell | Gets or sets the target cell of the hyperlink. |
| TargetNamedReference | Gets or sets the target named reference of the hyperlink. |
| TargetRegion | Gets or sets the target region of the hyperlink. |
| ToolTip | Gets or sets the text to use in a tool tip when hovering over the source cell or region, or null to use the default tool tip. |
| Worksheet | Gets the worksheet to which the hyperlink belongs. |
Public Methods
| Name | Description |
| ToString | Gets the string representation of the hyperlink. |
See Also