ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCells Class / ForeColor Property

In This Topic
    ForeColor Property (DDCells)
    In This Topic
    Sets the "fore color" ("text color") for each cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property ForeColor As Color
    public Color ForeColor {set;}

    Property Value

    A System.Drawing.Color value representing the text color of the cell.
    See Also