Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / AddReply Method
The reply's text.


In This Topic
    AddReply Method (ICommentThreaded)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Function AddReply( _
       ByVal text As String _
    ) As ICommentThreaded
    'Usage
     
    
    Dim instance As ICommentThreaded
    Dim text As String
    Dim value As ICommentThreaded
     
    value = instance.AddReply(text)

    Parameters

    text
    The reply's text.
    See Also