add_hyperlink method
add_hyperlink(self, address, text_to_display, screen_tip)
Adds a hyperlink to a specified cell or a range of cells.
Returns
Hyperlink object.
def add_hyperlink(self, address, text_to_display, screen_tip):
...
| Parameter | Type | Description |
|---|---|---|
| address | System.String | Address of the hyperlink. |
| text_to_display | System.String | The text to be displayed for the specified hyperlink. |
| screen_tip | System.String | The screenTip text for the specified hyperlink. |
See Also
- module
aspose.cells - class
Hyperlink - class
Range