ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / SetBorderColor Method
Color used to draw the border.

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

    Parameters

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