Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+
Row

ThreadedCommentCollection.Remove(CellRange) Method

Removes all comments applied to the specified cell range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Remove(
    CellRange range
)

Parameters

Name Type Description
range CellRange

A cell range from which the comments should be removed.

See Also