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


In This Topic
    LockForeColor Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the default fore color for locked's cells in this row.
    Syntax
    'Declaration
     
    
    Public Shadows Property LockForeColor As Color
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As Color
     
    instance.LockForeColor = value
     
    value = instance.LockForeColor
    public new Color LockForeColor {get; set;}
    See Also