Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / LockForeColor Property


In This Topic
    LockForeColor Property (AlternatingRow)
    In This Topic
    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