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

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