Skip to main content
All docs
V25.1
  • Row

    RepliedThreadedCommentCollection.Remove(RepliedThreadedComment) Method

    Removes the specified reply from the collection.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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