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ámetroTipoDescripción
cell_namestrEl nombre de la celda.
textstrEl texto del comentario.
authorThreadedCommentAuthorEl 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ámetroTipoDescripción
rowintCell índice de fila.
columnintCell índice de columna.
textstrEl texto del comentario.
authorThreadedCommentAuthorEl usuario de este comentario encadenado.

Ver también