Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomCellInplaceEditorCollection.GetCustomCellInplaceEditors Method

Name Parameters Description
GetCustomCellInplaceEditors(CustomCellInplaceEditorType, ValueObject) editorType, value Returns a collection of the custom cell in-place editors of the specified type and associated with the specified value.
GetCustomCellInplaceEditors(CustomCellInplaceEditorType) editorType Returns a collection of the custom cell in-place editors of the specified type.
GetCustomCellInplaceEditors(Range, CustomCellInplaceEditorType, ValueObject) range, editorType, value Returns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range.
GetCustomCellInplaceEditors(Range, CustomCellInplaceEditorType) range, editorType Returns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range.
GetCustomCellInplaceEditors(Range) range Returns a collection of the custom cell in-place editors assigned to cells of the specified range.