[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICommentThreaded.AddReply

AddReply Method

AddReply(string)

If the comment is a top-level comment, it will add a reply to its replies collection. If this comment is a reply, it will add a reply to its Parent's replies collection.

Declaration
ICommentThreaded AddReply(string text)
Function AddReply(text As String) As ICommentThreaded
Parameters
Type Name Description
string text

The reply's text.

Returns
Type Description
ICommentThreaded