Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Comment Class / Reply Method / Reply(String,String,DateTime,String) Method
The new comment text.
The new comment author.
The new comment date.
The new comment author initials.

In This Topic
    Reply(String,String,DateTime,String) Method
    In This Topic
    Adds a new Comment to the Replies collection of this comment.
    Syntax
    'Declaration
     
    Public Overloads Function Reply( _
       ByVal text As System.String, _
       ByVal author As System.String, _
       ByVal date As System.Date, _
       ByVal initials As System.String _
    ) As Comment
    public Comment Reply( 
       System.string text,
       System.string author,
       System.DateTime date,
       System.string initials
    )

    Parameters

    text
    The new comment text.
    author
    The new comment author.
    date
    The new comment date.
    initials
    The new comment author initials.

    Return Value

    The newly added reply.
    See Also