Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / CharBoxBorder Constructor / CharBoxBorder 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.


In This Topic
    CharBoxBorder Constructor(Line,Line,Line,Line)
    In This Topic
    Initializes a new instance of the CharBoxBorder 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 CharBoxBorder(left, top, right, bottom)
    public CharBoxBorder( 
       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