Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / SetBorderColor Method
Color used to draw the border.

In This Topic
    SetBorderColor Method (XLStyle)
    In This Topic
    Sets the border color for this XLStyle.
    Syntax
    'Declaration
     
    
    Public Sub SetBorderColor( _
       ByVal color As Color _
    ) 
    public void SetBorderColor( 
       Color color
    )

    Parameters

    color
    Color used to draw the border.
    Remarks
    This method applies the setting to all four borders.
    See Also