Skip to main content
All docs
V24.1
Row

ThreadedCommentCollection.Remove(CellRange) Method

Removes all comments applied to the specified cell range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    CellRange range
)

Parameters

Name Type Description
range CellRange

A cell range from which the comments should be removed.

See Also