The ITabHyperlink interface determines the cell hyperlink parameters.
Property name | Brief description | |
Action | The Action property determines the action to be performed, when a hyperlink is activated. | |
ActionType | The ActionType property determines type of the action triggered by clicking the hyperlink. | |
Active | The Active property determines whether the hyperlink was used. | |
Color | The Color property determines the color of a hyperlink in a cell. | |
Enable | The Enable property determines whether the cell text should be considered a hyperlink. | |
SeparateLinkText | The SeparateLinkText property determines whether separate text should be used for a hyperlink. | |
Target | The Target property determines how the page is loaded after clicking the link. | |
Text | The Text property determines the hyperlink text. | |
Underline | The Underline property determines whether the hyperlink is underlined. | |
UseGlobalSettings | The UseGlobalSettings property determines whether global style settings are applied to the hyperlink. |
Method name | Brief description | |
Apply | The Apply method applies the parameters of the specified hyperlink to the current one. | |
Assign | The Assign method assigns the parameters of the hyperlink, specified as the input parameter, to the current hyperlink. | |
Equal | The Equal method compares hyperlinks. |
See also: