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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AlternatingRow Class : Locked Property
Gets or sets whether cells in this alternating row are marked as locked.
Syntax
'Declaration
 
Public Property Locked As Boolean
'Usage
 
Dim instance As AlternatingRow
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public bool Locked {get; set;}
See Also

Reference

AlternatingRow Class
AlternatingRow Members