Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICommentThreaded Interface / addReply Method / addReply(String) Method
the string is content of the reply.
In This Topic
    addReply(String) Method
    In This Topic
    adds a reply to its replies collection if the threaded comment is a top-level comment. If this threaded comment is a reply,it will add a reply to its Parent's replies collection.
    Syntax
    ICommentThreaded addReply( 
       java.lang.String text
    )

    Parameters

    text
    the string is content of the reply.
    See Also