Hyperlink Members
A hyperlink contained in a cell or cell range.Properties
Name | Description |
---|---|
DisplayText | Gets or sets the text displayed for a hyperlink in a cell. |
IsExternal | Gets a value that indicates whether the hyperlink refers to an external resource (web page, e-mail address, file or directory) or to a cell range within the current workbook. Inherited from HyperlinkBase. |
Range | Gets the cell range that contains the hyperlink. |
TooltipText | Gets or sets the tooltip for the hyperlink. Inherited from HyperlinkBase. |
Uri | Returns the hyperlink destination. Inherited from HyperlinkBase. |
Methods
Name | Description |
---|---|
SetUri(String, Boolean, String) | Sets the hyperlink destination and text to be displayed for the hyperlink in a cell. |
SetUri(String, Boolean) | Sets the hyperlink destination. Inherited from HyperlinkBase. |
See Also