Spread for ASP.NET 12 Product Documentation
Protect Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : Protect Property
Gets or sets whether users can edit cells marked as locked.
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

Reference

SheetView Class
SheetView Members