Spread Windows Forms 12.0 Product Documentation
LockForeColor Property (AlternatingRow)


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

Reference

AlternatingRow Class
AlternatingRow Members