AdaptableCellSelection
Cell selection can be defined in a view, under the view.selection property.
 TypeScript
interface AdaptableCellSelection extendsExtends
AdaptableBaseSelection
Properties
| Property | Description | 
|---|---|
| mode | For cell selection, mode must be set to "multi-cell". | 
| value | An 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