Hyperlinks
Overview
Hyperlinks is a class in Aspose.Cells FOSS for Python.
Collection of hyperlinks in a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the number of hyperlinks in the collection. |
Methods
| Signature | Description |
|---|---|
__init__(worksheet) | Initializes a new Hyperlinks collection. |
add(range_address, address, sub_address, text_to_display, screen_tip) | Adds a new hyperlink to the collection. |
delete(index, hyperlink) | Deletes a hyperlink from the collection. |
clear() | Removes all hyperlinks from the collection. |