FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / Locked Property


In This Topic
Locked Property (AlternatingRow)
In This Topic
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
See Also