FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyle Class / ForeColor Property

In This Topic
    ForeColor Property (CellStyle)
    In This Topic
    Gets or sets the color of the text in the cell.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also