Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / addCommentThreaded Method / addCommentThreaded(String) Method
The string is content of the threaded comment.
In This Topic
    addCommentThreaded(String) Method
    In This Topic
    Adds a threaded comment to the range.
    Syntax
    ICommentThreaded addCommentThreaded( 
       java.lang.String text
    )

    Parameters

    text
    The string is content of the threaded comment.
    See Also