Spread Windows Forms 15.0
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.


In This Topic
    CharBoxBorderInfo Constructor(Line,Line,Line,Line)
    In This Topic
    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