add_threaded_comment method

add_threaded_comment

Adds a threaded comment.

Returns

ThreadedComment object index.

def add_threaded_comment(self, cell_name, text, author):
    ...
ParameterTypeDescription
cell_namestrThe name of the cell.
textstrThe text of the comment
authorThreadedCommentAuthorThe user of this threaded comment.

add_threaded_comment

Adds a threaded comment.

Returns

ThreadedComment object index.

def add_threaded_comment(self, row, column, text, author):
    ...
ParameterTypeDescription
rowintCell row index.
columnintCell column index.
textstrThe text of the comment
authorThreadedCommentAuthorThe user of this threaded comment.

See Also