Spread Windows Forms 12.0 Product Documentation
CharBoxBorderInfo Constructor(Line,Line,Line,Line)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxBorderInfo Class > CharBoxBorderInfo Constructor : CharBoxBorderInfo Constructor(Line,Line,Line,Line)
A Line indicates the left border line.
A Line indicates the top border line.
A Line indicates the right border line.
A Line indicates the bottom border line.
Initializes a new instance of the CharBoxBorderInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line _
)
'Usage
 
Dim left As Line
Dim top As Line
Dim right As Line
Dim bottom As Line
 
Dim instance As New CharBoxBorderInfo(left, top, right, bottom)
public CharBoxBorderInfo( 
   Line left,
   Line top,
   Line right,
   Line bottom
)

Parameters

left
A Line indicates the left border line.
top
A Line indicates the top border line.
right
A Line indicates the right border line.
bottom
A Line indicates the bottom border line.
See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members
Overload List