Hyperlink

Overview

Hyperlink is a class in Aspose.Cells FOSS for Python.

Represents a hyperlink in a worksheet.

Properties

NameTypeAccessDescription
range``ReadGets the cell reference for this hyperlink.
address``ReadGets or sets the external target URL.
sub_address``ReadGets or sets the internal location within the workbook.
text_to_display``ReadGets or sets the text displayed for the hyperlink.
screen_tip``ReadGets or sets the tooltip text shown when hovering over the hyperlink.
type``ReadGets the type of hyperlink.

Methods

SignatureDescription
__init__(range_address, address, sub_address, text_to_display, screen_tip)Initializes a new Hyperlink instance.
delete()Marks this hyperlink for deletion.

See Also