[]
Gets or sets the current selection mode.
public enum SelectionMode
Name | Description |
---|---|
Cell | The user can select only a single cell at a time. |
CellRange | The user can select contiguous blocks of cells. |
ListBox | The user can select non-contiguous rows by ctrl+clicking. |
MultiRange | The user can select multiple ranges by ctrl+clicking and dragging the mouse. |
None | The user cannot select cells with the mouse or keyboard. |
Row | The user can select a single row at a time. |
RowRange | The user can select contiguous rows. |