add_threaded_comment method
add_threaded_comment
Adds a threaded comment.
Returns
ThreadedComment
object index.
def add_threaded_comment(self, cell_name, text, author):
...
Parameter | Type | Description |
---|---|---|
cell_name | str | The name of the cell. |
text | str | The text of the comment |
author | ThreadedCommentAuthor | The 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):
...
Parameter | Type | Description |
---|---|---|
row | int | Cell row index. |
column | int | Cell column index. |
text | str | The text of the comment |
author | ThreadedCommentAuthor | The user of this threaded comment. |
See Also
- module
aspose.cells
- class
CommentCollection
- class
ThreadedComment