CommentCollection.AddThreadedComment

AddThreadedComment(int, int, string, ThreadedCommentAuthor)

Adds a threaded comment.

public int AddThreadedComment(int row, int column, string text, ThreadedCommentAuthor author)
ParameterTypeDescription
rowInt32Cell row index.
columnInt32Cell column index.
textStringThe text of the comment
authorThreadedCommentAuthorThe user of this threaded comment.

Return Value

ThreadedComment object index.

See Also


AddThreadedComment(string, string, ThreadedCommentAuthor)

Adds a threaded comment.

public int AddThreadedComment(string cellName, string text, ThreadedCommentAuthor author)
ParameterTypeDescription
cellNameStringThe name of the cell.
textStringThe text of the comment
authorThreadedCommentAuthorThe user of this threaded comment.

Return Value

ThreadedComment object index.

See Also