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