Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / LockForeColor Property


In This Topic
    LockForeColor Property (Row)
    In This Topic
    Gets or sets the forecolor for locked cells in this row.
    Syntax
    'Declaration
     
    
    Public Property LockForeColor As Color
    'Usage
     
    
    Dim instance As Row
    Dim value As Color
     
    instance.LockForeColor = value
     
    value = instance.LockForeColor
    public Color LockForeColor {get; set;}
    See Also