Back to Devexpress

CustomCellInplaceEditorCollection.GetCustomCellInplaceEditors Method

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

latest1.9 KB
Original Source

CustomCellInplaceEditorCollection.GetCustomCellInplaceEditors Method

NameParametersDescription
GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType, ValueObject)range, editorType, valueReturns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range.
GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType)range, editorTypeReturns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range.
GetCustomCellInplaceEditors(CellRange)rangeReturns a collection of the custom cell in-place editors assigned to cells of the specified range.
GetCustomCellInplaceEditors(CustomCellInplaceEditorType, ValueObject)editorType, valueReturns a collection of the custom cell in-place editors of the specified type and associated with the specified value.
GetCustomCellInplaceEditors(CustomCellInplaceEditorType)editorTypeReturns a collection of the custom cell in-place editors of the specified type.