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

In This Topic
    BorderColorLeft Property
    In This Topic
    Gets or sets the color used to draw the left border.
    Syntax
    'Declaration
     
    Public Property BorderColorLeft As System.Drawing.Color
    public System.Drawing.Color BorderColorLeft {get; set;}
    Remarks
    Use the SetBorderColor method to set all borders at once.
    See Also