GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / CharBoxBorder Constructor / CharBoxBorder Constructor(Line)
A Line indicates all border lines.


In This Topic
CharBoxBorder Constructor(Line)
In This Topic
Initializes a new instance of the CharBoxBorder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal all As Line _
)
 
'Usage
 
Dim all As Line
 
Dim instance As New CharBoxBorder(all)

Parameters

all
A Line indicates all border lines.
See Also