ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Drawing.Color _
    ) 
    public void SetBorderColor( 
       System.Drawing.Color color
    )

    Parameters

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