add_threaded_comment方法
add_threaded_comment(self, cell_name, text, author)
添加线索注意事项。
返回
ThreadedComment
对象索引。
def add_threaded_comment(self, cell_name, text, author):
...
范围 | 类型 | 描述 |
---|---|---|
cell_name | str | 单元格的名称。 |
text | str | 注意事项正文 |
author | ThreadedCommentAuthor | 此主题注意事项的用户。 |
add_threaded_comment(self, row, column, text, author)
添加线索注意事项。
返回
ThreadedComment
对象索引。
def add_threaded_comment(self, row, column, text, author):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | Cell 行索引。 |
column | int | Cell 列索引。 |
text | str | 注意事项正文 |
author | ThreadedCommentAuthor | 此主题注意事项的用户。 |