Back to Devexpress

ThreadedComment.Reply(ThreadedCommentAuthor, String) Method

officefileapi-devexpress-dot-spreadsheet-dot-threadedcomment-dot-reply-x28-devexpress-dot-spreadsheet-dot-threadedcommentauthor-system-dot-string-x29.md

latest1.6 KB
Original Source

ThreadedComment.Reply(ThreadedCommentAuthor, String) Method

Adds a reply to the comment.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
RepliedThreadedComment Reply(
    ThreadedCommentAuthor author,
    string text
)
vb
Function Reply(
    author As ThreadedCommentAuthor,
    text As String
) As RepliedThreadedComment

Parameters

NameTypeDescription
authorThreadedCommentAuthor

An object that contains information about the author.

| | text | String |

The text of the reply.

|

Returns

TypeDescription
RepliedThreadedComment

The reply to the comment.

|

See Also

ThreadedComment Interface

ThreadedComment Members

DevExpress.Spreadsheet Namespace