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

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

    Property Value

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