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

In This Topic
    BorderBottomStyle Property (DDCell)
    In This Topic
    Gets or sets the line style for the bottom border of the cell.
    Syntax
    'Declaration
     
    Public Property BorderBottomStyle As BorderLineStyle
    public BorderLineStyle BorderBottomStyle {get; set;}

    Property Value

    A GrapeCity.SpreadBuilder.Style.BorderLineStyle value representing the line style for the bottom part of the cell border.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderLineStyle.
    See Also