Skip to main content
All docs
V25.1
  • Row

    ThreadedCommentCollection.Remove(ThreadedComment) Method

    Removes the specified comment.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void Remove(
        ThreadedComment threadedComment
    )

    Parameters

    Name Type Description
    threadedComment ThreadedComment

    A comment that should be removed.

    See Also