MultiCellSelectionEnable: Boolean;
The MultiCellSelectionEnable property determines whether multiple table cells can be selected.
Use JSON or the setMultiCellSelectionEnable method to set the property value and the getMultiCellSelectionEnable method to get the property value.
If the property is set to True (default), multiple table cells can be selected, otherwise only single selection is possible.
The example of use is given on the TabSheetSettings.CopyToExcelFormat property description page.
See also: