RowSelectMode

Declaration: ChartBook.Tables[].RowSelectMode: integer;

The property RowSelectMode determines how many rows can be selected interactively (by clicking the rows). RowSelectMode may assume three different values:

0 interactive selection of rows disabled
1 only a single row can be selected
2 any number of rows can be selected

Please note that the property RowSelectMode affects only the interactive selection of rows - any number of rows can be selected programmatically regardless of the value of RowSelectMode.