Hyperlinks

Overview

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

Collection of hyperlinks in a worksheet.

Properties

NameTypeAccessDescription
count``ReadGets the number of hyperlinks in the collection.

Methods

SignatureDescription
__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.

See Also