Start editing a cell.
The object holding cell configuration data.
Optional
options: ICellEditOptionsThe cell editing options.
Override cell editor for the cells matching the identifier.
Cell identifier to use when matching cells. if identifier is a CellDataType, then cell matching is done using data type of the cell, if identifier is a Metadata, then partial match of the cell metadata with identifier is used for match, if identifier is 'default' then override is used as default editor when no other editor is found suitable
The cell editor to use or resolver to use to get an editor for matching cells.
An object which manages cell editing.