add_threaded_comment méthode

add_threaded_comment(cell_name, text, author)

Ajoute un commentaire fileté.

Retour

ThreadedComment indice d’objet.

def add_threaded_comment(self, cell_name, text, author):
    ...
ParamètreTaperDescription
cell_namestrLe nom de la cellule.
textstrLe texte du commentaire
authorThreadedCommentAuthorL’utilisateur de ce commentaire fileté.

add_threaded_comment(row, column, text, author)

Ajoute un commentaire fileté.

Retour

ThreadedComment indice d’objet.

def add_threaded_comment(self, row, column, text, author):
    ...
ParamètreTaperDescription
rowintCell index de ligne.
columnintCell index de colonne.
textstrLe texte du commentaire
authorThreadedCommentAuthorL’utilisateur de ce commentaire fileté.

Voir également