add_threaded_comment方法

add_threaded_comment(cell_name, text, author)

添加线程评论。

返回

ThreadedComment 对象索引。

def add_threaded_comment(self, cell_name, text, author):
    ...
范围类型描述
cell_namestr单元格的名称。
textstr评论正文
authorThreadedCommentAuthor此线程评论的用户。

add_threaded_comment(row, column, text, author)

添加线程评论。

返回

ThreadedComment 对象索引。

def add_threaded_comment(self, row, column, text, author):
    ...
范围类型描述
rowintCell 行索引。
columnintCell 列索引。
textstr评论正文
authorThreadedCommentAuthor此线程评论的用户。

也可以看看