FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Protect Property


In This Topic
Protect Property
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
See Also