AdaptableCellSelection

Cell selection can be defined in a view, under the view.selection property.

TypeScript
interface AdaptableCellSelection extends
Extends

AdaptableBaseSelection

Properties

PropertyDescription
modeFor cell selection, mode must be set to "multi-cell".
valueAn optional initial value for the cell selection.

Property Details

mode

For cell selection, mode must be set to "multi-cell".

TypeScript
mode?: 'multi-cell';
Property Value

'multi-cell'

value

An optional initial value for the cell selection.

TypeScript
value?: AdaptableSelectionValueMultiCell;
Property Value

AdaptableSelectionValueMultiCell