Add(CellRange, 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(CellRange, 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(CellRange, CustomCellInplaceEditorType)
|
range, editorType
|
Creates a custom cell in-place editor of the specified type and assigns it to the specified cell range.
|