Skip to main content
Row

CommentRunCollection.Clear() Method

Removes all text from the simple note.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Clear()

Remarks

The Clear method deletes all text from the note, but the note associated with this cell persists.

CommentRunsClear.png

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