Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICommentThreaded Interface / AddReply Method
The string is content of the reply.
The author's name
In This Topic
    AddReply 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( 
       System.string text,
       System.string author
    )

    Parameters

    text
    The string is content of the reply.
    author
    The author's name
    See Also