add_hyperlink method

add_hyperlink

Adds a hyperlink to a specified cell or a range of cells.

Returns

Hyperlink object.

def add_hyperlink(self, address, text_to_display, screen_tip):
    ...
ParameterTypeDescription
addressstrAddress of the hyperlink.
text_to_displaystrThe text to be displayed for the specified hyperlink.
screen_tipstrThe screenTip text for the specified hyperlink.

See Also