add_threaded_comment método
add_threaded_comment(cell_name, text, author)
Agrega un comentario encadenado.
Devoluciones
ThreadedComment índice de objetos.
def add_threaded_comment(self, cell_name, text, author):
...
Parámetro | Tipo | Descripción |
---|---|---|
cell_name | str | El nombre de la celda. |
text | str | El texto del comentario. |
author | ThreadedCommentAuthor | El usuario de este comentario encadenado. |
add_threaded_comment(row, column, text, author)
Agrega un comentario encadenado.
Devoluciones
ThreadedComment índice de objetos.
def add_threaded_comment(self, row, column, text, author):
...
Parámetro | Tipo | Descripción |
---|---|---|
row | int | Cell índice de fila. |
column | int | Cell índice de columna. |
text | str | El texto del comentario. |
author | ThreadedCommentAuthor | El usuario de este comentario encadenado. |
Ver también
- módulo aspose.cells
- clase CommentCollection
- clase ThreadedComment