GetCustomCellInplaceEditors(CellRange, 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(CellRange, 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(CellRange)
|
range
|
Returns a collection of the custom cell in-place editors assigned to cells of the specified range.
|
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.
|