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

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

    Property Value

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