SpreadsheetSelectionOptions Properties
Contains options affecting cell selection in the SpreadsheetControl.| Name | Description |
|---|---|
| AllowExtendSelection | Gets or sets whether end-users are allowed to extend selection in a worksheet by dragging or using arrow keys. |
| AllowMultiSelection | Gets or sets whether end-users are allowed to select multiple shapes or cell ranges in a worksheet. |
| HideSelection | Gets or sets whether a selection is highlighted. |
| MoveActiveCellMode | Specifies the direction in which an active cell moves on an ENTER key press. |
| ShowSelectionMode | Gets or sets whether the cell selection should be highlighted when the SpreadsheetControl is in the unfocused state. |
See Also