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

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

    Property Value

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