Spread WinForms 15
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 workbook As Workbook, _
   Optional ByVal allowCf As Boolean, _
   Optional ByVal paintWidthZeroSide As Boolean _
)
 
'Usage
 
Dim workbook As Workbook
Dim allowCf As Boolean
Dim paintWidthZeroSide As Boolean
 
Dim instance As New BorderLayoutEngine(workbook, allowCf, paintWidthZeroSide)

Parameters

workbook
allowCf
paintWidthZeroSide
See Also