Enumeration used to indicate which cells may be selected when the Worksheet is protected.

See

[[WorksheetProtection.selectionMode]]

Enumeration Members

Enumeration Members

AllCells: 0

All cells including locked cells may be selected.

NoCells: 2

The selection cannot be change.

UnlockedCells: 1

Only cells that are unlocked may be selected via the keyboard or mouse. Note a cell that is locked may be selected if a range selection is created between 2 unlocked cells.