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

In This Topic
    BorderTopStyle Property (DDCells)
    In This Topic
    Sets the style for the top border of the cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property BorderTopStyle As BorderLineStyle
    public BorderLineStyle BorderTopStyle {set;}

    Property Value

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