ThreadedComment.Reply(ThreadedCommentAuthor, String) Method
In This Article
Adds a reply to the comment.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
RepliedThreadedComment Reply(
ThreadedCommentAuthor author,
string text
)
#Parameters
Name | Type | Description |
---|---|---|
author | Threaded |
An object that contains information about the author. |
text | String | The text of the reply. |
#Returns
Type | Description |
---|---|
Replied |
The reply to the comment. |
See Also