ShapeHyperlink Members
A hyperlink associated with a drawing object.Properties
| Name | Description |
|---|---|
| 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. |
| TooltipText | Gets or sets the tooltip for the hyperlink. Inherited from HyperlinkBase. |
| Uri | Returns the hyperlink destination. Inherited from HyperlinkBase. |
Methods
| Name | Description |
|---|---|
| Remove() | Removes a hyperlink. |
| SetUri(String, Boolean) | Sets the hyperlink destination. Inherited from HyperlinkBase. |
See Also