Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / BorderLayoutEngine Constructor


In This Topic
    BorderLayoutEngine Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       Optional ByVal editing As Boolean, _
       Optional ByVal paintWidthZeroSide As Boolean _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim editing As Boolean
    Dim paintWidthZeroSide As Boolean
     
    Dim instance As New BorderLayoutEngine(worksheet, editing, paintWidthZeroSide)
    public BorderLayoutEngine( 
       Worksheet worksheet,
       bool editing,
       bool paintWidthZeroSide
    )

    Parameters

    worksheet
    editing
    paintWidthZeroSide
    See Also