add_threaded_comment方法

add_threaded_comment(self, cell_name, text, author)

添加线索注意事项。

返回

ThreadedComment 对象索引。


def add_threaded_comment(self, cell_name, text, author):
    ...
范围类型描述
cell_namestr单元格的名称。
textstr注意事项正文
authorThreadedCommentAuthor此主题注意事项的用户。

add_threaded_comment(self, row, column, text, author)

添加线索注意事项。

返回

ThreadedComment 对象索引。


def add_threaded_comment(self, row, column, text, author):
    ...
范围类型描述
rowintCell 行索引。
columnintCell 列索引。
textstr注意事项正文
authorThreadedCommentAuthor此主题注意事项的用户。

也可以看看