ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 XLLineStyleEnum _
    ) 
    public void SetBorderStyle( 
       XLLineStyleEnum style
    )

    Parameters

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