Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomCellInplaceEditorCollection Methods
Show Inherited Hide Inherited

Represents a collection of the custom cell in-place editors assigned to worksheet cells.
Name Description
Add(CellRange, CustomCellInplaceEditorType, ValueObject, Boolean) Creates a cell in-place editor of the CustomCellInplaceEditorType.ComboBox type and assigns it to the specified cell range.
Add(CellRange, CustomCellInplaceEditorType, ValueObject) Creates a custom cell in-place editor with the specified settings and assigns it to the specified cell range.
Add(CellRange, CustomCellInplaceEditorType) Creates a custom cell in-place editor of the specified type and assigns it to the specified cell range.
Clear() Removes all custom cell in-place editors from the collection.
Contains(CustomCellInplaceEditor) Determines whether the collection contains the specified custom cell in-place editor.
CopyTo(Array, Int32) Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection.
GetCustomCellInplaceEditor(Cell) Returns the custom in-place editor assigned to the specified cell.
GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType, ValueObject) Returns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range.
GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType) Returns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range.
GetCustomCellInplaceEditors(CellRange) Returns a collection of the custom cell in-place editors assigned to cells of the specified range.
GetCustomCellInplaceEditors(CustomCellInplaceEditorType, ValueObject) Returns a collection of the custom cell in-place editors of the specified type and associated with the specified value.
GetCustomCellInplaceEditors(CustomCellInplaceEditorType) Returns a collection of the custom cell in-place editors of the specified type.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
IndexOf(CustomCellInplaceEditor) Returns the index of the specified custom cell in-place editor in the collection.
Remove(CellRange, CustomCellInplaceEditorType) Removes the custom cell in-place editors of the specified type from the specified cell range.
Remove(CellRange) Removes the custom cell in-place editors assigned to cells of the specified range.
Remove(CustomCellInplaceEditor) Removes the specified custom cell in-place editor from the collection.
Remove(CustomCellInplaceEditorType) Removes all custom cell in-place editors of the specified type from the collection.
RemoveAt(Int32) Removes the custom cell in-place editor at the specified index from the collection.
See Also