ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / SetBorderStyle Method
Line style used to draw the border.

In This Topic
    SetBorderStyle Method
    In This Topic
    Sets the border style for this XLStyle.
    Syntax
    'Declaration
     
    Public Sub SetBorderStyle( _
       ByVal style As XLLineStyle _
    ) 
    public void SetBorderStyle( 
       XLLineStyle style
    )

    Parameters

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