Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Border Constructor
A BorderLine value represents all border lines.


In This Topic
    Border Constructor
    In This Topic
    Initializes a new instance of the Border struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal borderLine As BorderLine _
    )
    'Usage
     
    
    Dim borderLine As BorderLine
     
    Dim instance As New Border(borderLine)
    public Border( 
       BorderLine borderLine
    )

    Parameters

    borderLine
    A BorderLine value represents all border lines.
    See Also