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

In This Topic
    BorderLeftStyle Property (DDCells)
    In This Topic
    Sets the the style for the left border of the cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property BorderLeftStyle As BorderLineStyle
    public BorderLineStyle BorderLeftStyle {set;}

    Property Value

    A GrapeCity.SpreadBuilder.Style.BorderLineStyle value representing the line style for the left part of the cell border.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.BorderLineStyle.
    See Also