Version

WorksheetProtectedSelectionMode Enumeration

Enumeration used to indicate which cells may be selected when the Worksheet is protected.
Syntax
public enum WorksheetProtectedSelectionMode : System.Enum 
Members
MemberDescription
AllCellsAll cells including locked cells may be selected.
NoCellsThe selection cannot be change.
UnlockedCellsOnly 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.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also