Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

CustomCellInplaceEditorCollection.Remove(Range) Method

Removes the custom cell in-place editors assigned to cells of the specified range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Remove(
    Range range
)

Parameters

Name Type Description
range Range

A Range object that specifies a cell range from which the custom cell in-place editors should be removed.

Remarks

To remove the custom cell in-place editors of a particular type from a cell range or the entire worksheet, use the CustomCellInplaceEditorCollection.Remove method overload that accepts a CustomCellInplaceEditorType enumeration value as a parameter. To remove an individual custom in-place editor from the collection, use the CustomCellInplaceEditorCollection.Remove method overload with the item parameter or the CustomCellInplaceEditorCollection.RemoveAt method.

See Also