Back to Devexpress

ThreadedCommentCollection.Remove(ThreadedComment) Method

officefileapi-devexpress-dot-spreadsheet-dot-threadedcommentcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-threadedcomment-x29.md

latest1.2 KB
Original Source

ThreadedCommentCollection.Remove(ThreadedComment) Method

Removes the specified comment.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    ThreadedComment threadedComment
)
vb
Sub Remove(
    threadedComment As ThreadedComment
)

Parameters

NameTypeDescription
threadedCommentThreadedComment

A comment that should be removed.

|

See Also

ThreadedCommentCollection Interface

ThreadedCommentCollection Members

DevExpress.Spreadsheet Namespace