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

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

    Property Value

    A System.Drawing.Color that represents the color of the cell's bottom border.
    Remarks
    See the BorderTopColor property for more comments on the implementation of these BorderColor props.
    See Also