CommentRunCollection.Clear() Method
Removes all text from the simple note.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The Clear
method deletes all text from the note, but the note associated with this cell persists.
To delete an individual run from the collection, use the Remove or RemoveAt method.
To add a comment run, use the Add method.
See Also