ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / BorderLeft Property

In This Topic
    BorderLeft Property
    In This Topic
    Gets or sets the line style used to draw the left border.
    Syntax
    'Declaration
     
    Public Property BorderLeft As XLLineStyle
    public XLLineStyle BorderLeft {get; set;}
    Remarks
    Use the SetBorderStyle method to set all borders at once.
    See Also