CommentRunCollection.Remove(CommentRun) Method
Removes the specified CommentRun object from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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