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

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

    Property Value

    The line style of the top border, as defined by the GrapeCity.SpreadBuilder.Style.BorderLineStyle enumeration.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderLineStyle.
    See Also