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

In This Topic
    FillColor Property (DDCell)
    In This Topic
    Gets or sets the fill (background) color of the cell.
    Syntax
    'Declaration
     
    Public Property FillColor As Color
    public Color FillColor {get; set;}

    Property Value

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