[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentThreaded.AddReply

AddReply Method

AddReply(string, string)

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.

Declaration
ICommentThreaded AddReply(string text, string author = null)
Function AddReply(text As String, Optional author As String = Nothing) As ICommentThreaded
Parameters
Type Name Description
string text

The string is content of the reply.

string author

The author's name.

Returns
Type Description
ICommentThreaded