metodo add_threaded_comment

add_threaded_comment(cell_name, text, author)

Aggiunge un commento in thread.

ritorna

ThreadedComment indice oggetto.

def add_threaded_comment(self, cell_name, text, author):
    ...
ParametroTipoDescrizione
cell_namestrIl nome della cella.
textstrIl testo del commento
authorThreadedCommentAuthorL’utente di questo commento in thread.

add_threaded_comment(row, column, text, author)

Aggiunge un commento in thread.

ritorna

ThreadedComment indice oggetto.

def add_threaded_comment(self, row, column, text, author):
    ...
ParametroTipoDescrizione
rowintCell indice riga.
columnintCell indice colonna.
textstrIl testo del commento
authorThreadedCommentAuthorL’utente di questo commento in thread.

Guarda anche