Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / BorderLine Constructor / BorderLine Constructor(Color,Single)


In This Topic
    BorderLine Constructor(Color,Single)
    In This Topic
    Initializes a new instance of the BorderLine class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color, _
       ByVal width As Single _
    )
    'Usage
     
    
    Dim color As Color
    Dim width As Single
     
    Dim instance As New BorderLine(color, width)
    public BorderLine( 
       Color color,
       float width
    )

    Parameters

    color
    width
    See Also