Hyperlink
Overview
Hyperlink is a class in Aspose.Cells FOSS for Python.
Represents a hyperlink in a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
range | `` | Read | Gets the cell reference for this hyperlink. |
address | `` | Read | Gets or sets the external target URL. |
sub_address | `` | Read | Gets or sets the internal location within the workbook. |
text_to_display | `` | Read | Gets or sets the text displayed for the hyperlink. |
screen_tip | `` | Read | Gets or sets the tooltip text shown when hovering over the hyperlink. |
type | `` | Read | Gets the type of hyperlink. |
Methods
| Signature | Description |
|---|---|
__init__(range_address, address, sub_address, text_to_display, screen_tip) | Initializes a new Hyperlink instance. |
delete() | Marks this hyperlink for deletion. |