TabSheetSettings.MultiCellSelectionEnable

Syntax

MultiCellSelectionEnable: Boolean;

Description

The MultiCellSelectionEnable property determines whether multiple table cells can be selected.

Comments

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.

Example

The example of use is given on the TabSheetSettings.CopyToExcelFormat property description page.

See also:

TabSheetSettings