Skip to main content
All docs
V23.2
Row

RepliedThreadedCommentCollection.Remove(RepliedThreadedComment) Method

Removes the specified reply from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    RepliedThreadedComment repliedThreadedComment
)

Parameters

Name Type Description
repliedThreadedComment RepliedThreadedComment

A reply to remove from the collection.

See Also