Spread for ASP.NET 12 Product Documentation
Locked Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Locked Property
Gets or sets whether a cell is marked as locked from editing.
Syntax
'Declaration
 
Public Property Locked As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public bool Locked {get; set;}
See Also

Reference

Cell Class
Cell Members