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

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

    Property Value

    The left border style as a BorderStyle.
    See Also