Skip to main content
All docs
V23.2
Row

ThreadedCommentCollection.Remove(ThreadedComment) Method

Removes the specified comment.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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