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