add_hyperlink method
add_hyperlink(self, address)
Adds a hyperlink to the shape.
Returns
Return the new hyperlink object.
def add_hyperlink(self, address):
    ...
| Parameter | Type | Description | 
|---|---|---|
| address | System.String | Address of the hyperlink. | 
Example
hyperlink = shape.add_hyperlink("https://www.aspose.com/")
See Also
- module aspose.cells.drawing
- class Hyperlink
- class Spinner