Skip to main content
Row

CommentRunCollection.Remove(CommentRun) Method

Removes the specified CommentRun object from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    CommentRun run
)

Parameters

Name Type Description
run CommentRun

A CommentRun object that defines a text region to be deleted from the note.

Remarks

To remove a run by its index in the collection, use the RemoveAt method. To remove all text from the note, use the Clear method.

To add a note run, use the Add method.

See Also