Gets or sets whether cells on this sheet that are marked as locked are not editable.
public bool Protect {get; set;}
'Declaration
Public Property Protect As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Protect = value
value = instance.Protect