Hyperlinks
Overview
Hyperlinks is a class in Aspose.Cells FOSS for Python.
Collection of hyperlinks in a worksheet.
This class provides 4 methods for working with Hyperlinks objects in Python programs.
Available methods include: __init__, add, clear, delete.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: count.
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. |