com.grapecity.documents.excel Package / IRange Interface / addCommentThreaded Method / addCommentThreaded(String,String) Method
The string is content of the threaded comment.
Author name of the threaded comment.
In This Topic
addCommentThreaded(String,String) Method
In This Topic
Adds a threaded comment to the range.
Syntax
ICommentThreaded addCommentThreaded( 
   java.lang.String text,
   java.lang.String author
)

Parameters

text
The string is content of the threaded comment.
author
Author name of the threaded comment.

Return Value

The newly added threaded comment.
See Also