Spread Windows Forms 12.0 Product Documentation
LockBackColor Property (AlternatingRow)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRow Class : LockBackColor Property
Gets or sets the background color for lock cells in this alternating row.
Syntax
'Declaration
 
Public Property LockBackColor As Color
'Usage
 
Dim instance As AlternatingRow
Dim value As Color
 
instance.LockBackColor = value
 
value = instance.LockBackColor
public Color LockBackColor {get; set;}
See Also

Reference

AlternatingRow Class
AlternatingRow Members