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

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

    Parameters

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

    Return Value

    The added Comment.
    See Also