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

In This Topic
    BorderRightStyle Property (DDCells)
    In This Topic
    Sets the style for the right border of the cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property BorderRightStyle As BorderLineStyle
    public BorderLineStyle BorderRightStyle {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