método add_threaded_comment
Contenido
[
Ocultar
]add_threaded_comment(self, cell_name, text, author)
Agrega un comentario en hilo.
Devoluciones
Índice de objeto ThreadedComment
.
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 enhebrado. |
add_threaded_comment(self, row, column, text, author)
Agrega un comentario en hilo.
Devoluciones
Índice de objeto ThreadedComment
.
def add_threaded_comment(self, row, column, text, author):
...
Parámetro | Tipo | Descripción |
---|---|---|
row | int | Índice de fila Cell. |
column | int | Índice de columna Cell. |
text | str | El texto del comentario |
author | ThreadedCommentAuthor | El usuario de este comentario enhebrado. |
Ver también
- módulo
aspose.cells
- clase
CommentCollection
- clase
ThreadedComment