Back to Devexpress

CustomCellInplaceEditorCollection.Remove Method

officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditorcollection-dot-remove.md

latest1.2 KB
Original Source

CustomCellInplaceEditorCollection.Remove Method

NameParametersDescription
Remove(CellRange, CustomCellInplaceEditorType)range, editorTypeRemoves the custom cell in-place editors of the specified type from the specified cell range.
Remove(CellRange)rangeRemoves the custom cell in-place editors assigned to cells of the specified range.
Remove(CustomCellInplaceEditor)itemRemoves the specified custom cell in-place editor from the collection.
Remove(CustomCellInplaceEditorType)editorTypeRemoves all custom cell in-place editors of the specified type from the collection.