Spread Windows Forms 12.0 Product Documentation
Border Constructor


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : Border Constructor
A BorderLine value represents all border lines.
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

Reference

Border Structure
Border Members