[]
        
(Showing Draft Content)

SelectionMode Enumeration

SelectionMode Enumeration

Specifies constants that define the selection behavior.

Enumeration members

Cell

Cell: = 1

The user can select only a single cell at a time.

CellRange

CellRange: = 2

The user can select contiguous blocks of cells.

ListBox

ListBox: = 5

The user can select non-contiguous rows by ctrl+clicking.

MultiRange

MultiRange: = 6

The user can select multiple ranges by ctrl+clicking and dragging the mouse.

None

None: = 0

The user cannot select cells using the mouse or keyboard.

Row

Row: = 3

The user can select a single row at a time.

RowRange

RowRange: = 4

The user can select contiguous rows.