Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / AddReply Method


In This Topic
    AddReply Method (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function AddReply( _
       ByVal text As String _
    ) As ICommentThreaded
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim text As String
    Dim value As ICommentThreaded
     
    value = instance.AddReply(text)
    public override ICommentThreaded AddReply( 
       string text
    )

    Parameters

    text
    See Also