Aspose::Cells::CommentCollection::AddThreadedComment method
Contents
[
Hide
]CommentCollection::AddThreadedComment(int32_t, int32_t, const U16String&, const ThreadedCommentAuthor&) method
Adds a threaded comment.
int32_t Aspose::Cells::CommentCollection::AddThreadedComment(int32_t row, int32_t column, const U16String &text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
row | int32_t | Cell row index. |
column | int32_t | Cell column index. |
text | const U16String& | The text of the comment |
author | const ThreadedCommentAuthor& | The user of this threaded comment. |
ReturnValue
ThreadedComment object index.
See Also
- Class Vector
- Class U16String
- Class ThreadedCommentAuthor
- Class CommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CommentCollection::AddThreadedComment(int32_t, int32_t, const char16_t*, const ThreadedCommentAuthor&) method
Adds a threaded comment.
int32_t Aspose::Cells::CommentCollection::AddThreadedComment(int32_t row, int32_t column, const char16_t *text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
row | int32_t | Cell row index. |
column | int32_t | Cell column index. |
text | const char16_t* | The text of the comment |
author | const ThreadedCommentAuthor& | The user of this threaded comment. |
ReturnValue
ThreadedComment object index.
See Also
- Class Vector
- Class ThreadedCommentAuthor
- Class CommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CommentCollection::AddThreadedComment(const U16String&, const U16String&, const ThreadedCommentAuthor&) method
Adds a threaded comment.
int32_t Aspose::Cells::CommentCollection::AddThreadedComment(const U16String &cellName, const U16String &text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | The name of the cell. |
text | const U16String& | The text of the comment |
author | const ThreadedCommentAuthor& | The user of this threaded comment. |
ReturnValue
ThreadedComment object index.
See Also
- Class Vector
- Class U16String
- Class ThreadedCommentAuthor
- Class CommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CommentCollection::AddThreadedComment(const char16_t*, const char16_t*, const ThreadedCommentAuthor&) method
Adds a threaded comment.
int32_t Aspose::Cells::CommentCollection::AddThreadedComment(const char16_t *cellName, const char16_t *text, const ThreadedCommentAuthor &author)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | The name of the cell. |
text | const char16_t* | The text of the comment |
author | const ThreadedCommentAuthor& | The user of this threaded comment. |
ReturnValue
ThreadedComment object index.
See Also
- Class Vector
- Class ThreadedCommentAuthor
- Class CommentCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++