ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLBorderFormatting Class / LeftColor Property

In This Topic
    LeftColor Property
    In This Topic
    Gets or sets color of left border for this formating.
    Syntax
    'Declaration
     
    Public Property LeftColor As System.Drawing.Color
    public System.Drawing.Color LeftColor {get; set;}
    See Also