Multiple Cell Selection
In this mode, an end-user can select contiguous blocks of cells and individual cells within different data rows by clicking them while holding the SHIFT or CTRL key down.
Multiple cell selection is allowed only for a TableView. It is enabled if the TableView.MultiSelectMode property is set to TableViewSelectMode.Cell and the DataViewBase.NavigationStyle property is set to GridViewNavigationStyle.Cell.
Methods that can be used to select/unselect cells:
Method | Description |
---|---|
Table |
Selects a specified cell. |
Table |
Selects multiple cells. |
Table |
Unselects a specified cell. |
Table |
Unselects multiple cells. |
For information on how to obtain selected cells, see Obtaining Selected Rows and Cells.