método add_threaded_comment

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ámetroTipoDescripción
cell_namestrEl nombre de la celda.
textstrEl texto del comentario
authorThreadedCommentAuthorEl 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ámetroTipoDescripción
rowintÍndice de fila Cell.
columnintÍndice de columna Cell.
textstrEl texto del comentario
authorThreadedCommentAuthorEl usuario de este comentario enhebrado.

Ver también