Metodo add_threaded_comment

add_threaded_comment(self, cell_name, text, author)

Aggiunge un commento concatenato.

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 con thread.

add_threaded_comment(self, row, column, text, author)

Aggiunge un commento concatenato.

ritorna

ThreadedComment indice oggetto.


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

Guarda anche