add_hyperlink method
add_hyperlink
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 | str | Address of the hyperlink. |
text_to_display | str | The text to be displayed for the specified hyperlink. |
screen_tip | str | The screenTip text for the specified hyperlink. |
See Also
- module
aspose.cells
- class
Hyperlink
- class
Range