Back to Devexpress

CustomCellInplaceEditorCollection.Add Method

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

latest1.3 KB
Original Source

CustomCellInplaceEditorCollection.Add Method

NameParametersDescription
Add(CellRange, CustomCellInplaceEditorType, ValueObject, Boolean)range, editorType, value, useOnlyVisibleDataRangeCreates a cell in-place editor of the CustomCellInplaceEditorType.ComboBox type and assigns it to the specified cell range.
Add(CellRange, CustomCellInplaceEditorType, ValueObject)range, editorType, valueCreates a custom cell in-place editor with the specified settings and assigns it to the specified cell range.
Add(CellRange, CustomCellInplaceEditorType)range, editorTypeCreates a custom cell in-place editor of the specified type and assigns it to the specified cell range.