[]
Represents a hyperlink.
public interface IHyperlink
Public Interface IHyperlink
Name | Description |
---|---|
Address | Gets or sets a string value that represents the address of the target document. |
EmailSubject | Gets or sets the string value of the specified hyperlink's email subject line. The subject line is appended to the hyperlink's address. |
Range | Gets an IRange object that represents the range that the specified hyperlink is attached to. |
ScreenTip | Gets or sets the ScreenTip text for the specified hyperlink. |
SubAddress | Gets or sets the location within the document associated with the hyperlink. |
TextToDisplay | Gets or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. |
Type | Gets a HyperlinkType constant, that represents the location of the hyperlink. |
Name | Description |
---|---|
Delete() | Deletes the hyperlink. |