Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / BorderColorTop Property

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