ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / CellStyleContent Class / RightBorder Property

In This Topic
    RightBorder Property (CellStyleContent)
    In This Topic
    Gets or sets the right border style of the cell.
    Syntax
    'Declaration
     
    Public Property RightBorder As BorderStyle
    public BorderStyle RightBorder {get; set;}

    Property Value

    The right border style as a BorderStyle.
    See Also