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