CommentCollection.AddThreadedComment
Contents
[
Hide
]AddThreadedComment(int, int, string, ThreadedCommentAuthor)
Adds a threaded comment.
public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
Parameter | Type | Description |
---|---|---|
row | Int32 | Cell row index. |
column | Int32 | Cell column index. |
text | String | The text of the comment |
author | ThreadedCommentAuthor | The user of this threaded comment. |
Return Value
ThreadedComment
object index.
See Also
- class ThreadedCommentAuthor
- class CommentCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
AddThreadedComment(string, string, ThreadedCommentAuthor)
Adds a threaded comment.
public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
Parameter | Type | Description |
---|---|---|
cellName | String | The name of the cell. |
text | String | The text of the comment |
author | ThreadedCommentAuthor | The user of this threaded comment. |
Return Value
ThreadedComment
object index.
See Also
- class ThreadedCommentAuthor
- class CommentCollection
- namespace Aspose.Cells
- assembly Aspose.Cells