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


In This Topic
    LockForeColor Property (Cell)
    In This Topic
    Gets or sets the text (foreground) color for a locked cell.
    Syntax
    'Declaration
     
    
    Public Property LockForeColor As Color
    'Usage
     
    
    Dim instance As Cell
    Dim value As Color
     
    instance.LockForeColor = value
     
    value = instance.LockForeColor
    public Color LockForeColor {get; set;}
    See Also