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):
...
Parametro | Tipo | Descrizione |
---|---|---|
cell_name | str | Il nome della cella. |
text | str | Il testo del commento |
author | ThreadedCommentAuthor | L’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):
...
Parametro | Tipo | Descrizione |
---|---|---|
row | int | Cell indice riga. |
column | int | Cell indice colonna. |
text | str | Il testo del commento |
author | ThreadedCommentAuthor | L’utente di questo commento in thread. |
Guarda anche
- modulo aspose.cells
- classe CommentCollection
- classe ThreadedComment