| TableLayout Constructor (TableRow) | 
 
            Initializes a new instance of the 
TableLayout class with the specified rows.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TableLayout(
	params TableRow[] rows
)
Public Sub New ( 
	ParamArray rows As TableRow()
)
new : 
        rows : TableRow[] -> TableLayoutParameters
- rows
- Type: Eto.FormsTableRow
 Rows to populate the table.
 See Also
See Also