Back to Devexpress

RepliedThreadedCommentCollection.Remove(RepliedThreadedComment) Method

officefileapi-devexpress-dot-spreadsheet-dot-repliedthreadedcommentcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-repliedthreadedcomment-x29.md

latest1.4 KB
Original Source

RepliedThreadedCommentCollection.Remove(RepliedThreadedComment) Method

Removes the specified reply from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    RepliedThreadedComment repliedThreadedComment
)
vb
Sub Remove(
    repliedThreadedComment As RepliedThreadedComment
)

Parameters

NameTypeDescription
repliedThreadedCommentRepliedThreadedComment

A reply to remove from the collection.

|

See Also

RepliedThreadedCommentCollection Interface

RepliedThreadedCommentCollection Members

DevExpress.Spreadsheet Namespace