Skip to main content
All docs
V25.1
  • Row

    CustomCellInplaceEditorCollection.Remove(CellRange) Method

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void Remove(
        CellRange range
    )

    Parameters

    Name Type Description
    range CellRange

    A CellRange 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