Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+
Row

ThreadedComment.Reply(ThreadedCommentAuthor, String) Method

Adds a reply to the comment.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.1.Core.dll

Declaration

RepliedThreadedComment Reply(
    ThreadedCommentAuthor author,
    string text
)

Parameters

Name Type Description
author ThreadedCommentAuthor

An object that contains information about the author.

text String

The text of the reply.

Returns

Type Description
RepliedThreadedComment

The reply to the comment.

See Also