Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / AddReply Method


In This Topic
    AddReply Method (CommentBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function AddReply( _
       ByVal text As String _
    ) As ICommentThreaded
    'Usage
     
    
    Dim instance As CommentBase
    Dim text As String
    Dim value As ICommentThreaded
     
    value = instance.AddReply(text)
    public virtual ICommentThreaded AddReply( 
       string text
    )

    Parameters

    text
    See Also