ThreadedComment.Reply(ThreadedCommentAuthor, String) Method
Adds a reply to the comment.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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