RepliedThreadedCommentCollection.Remove(RepliedThreadedComment) Method
In This Article
Removes the specified reply from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void Remove(
RepliedThreadedComment repliedThreadedComment
)
#Parameters
Name | Type | Description |
---|---|---|
replied |
Replied |
A reply to remove from the collection. |
See Also