méthode add_hyperlink

add_hyperlink(self, address, text_to_display, screen_tip)

Ajoute un lien hypertexte vers une cellule spécifiée ou une plage de cellules.

Retour

Hyperlink objet.


def add_hyperlink(self, address, text_to_display, screen_tip):
    ...
ParamètreTaperDescription
addressstrAdresse de l’hyperlien.
text_to_displaystrLe texte à afficher pour l’hyperlien spécifié.
screen_tipstrLe texte de l’info-bulle pour l’hyperlien spécifié.

Voir également