[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Comment.Reply

Reply Method

Reply(string, string)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author)
Public Function Reply(text As String, author As String) As Comment
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

Returns
Type Description
Comment

The newly added reply.

Reply(string, string, DateTime)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author, DateTime date)
Public Function Reply(text As String, author As String, [date] As Date) As Comment
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

DateTime date

The new comment date.

Returns
Type Description
Comment

The newly added reply.

Reply(string, string, DateTime, string)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author, DateTime date, string initials)
Public Function Reply(text As String, author As String, [date] As Date, initials As String) As Comment
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

DateTime date

The new comment date.

string initials

The new comment author initials.

Returns
Type Description
Comment

The newly added reply.