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

CustomCellInplaceEditorCollection.Add Method

Name Parameters Description
Add(Range, CustomCellInplaceEditorType, ValueObject, Boolean) range, editorType, value, useOnlyVisibleDataRange Creates a cell in-place editor of the CustomCellInplaceEditorType.ComboBox type and assigns it to the specified cell range.
Add(Range, CustomCellInplaceEditorType, ValueObject) range, editorType, value Creates a custom cell in-place editor with the specified settings and assigns it to the specified cell range.
Add(Range, CustomCellInplaceEditorType) range, editorType Creates a custom cell in-place editor of the specified type and assigns it to the specified cell range.