TableLayout Constructor (IEnumerableTableRow) |
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 public TableLayout(
IEnumerable<TableRow> rows
)
Public Sub New (
rows As IEnumerable(Of TableRow)
)
new :
rows : IEnumerable<TableRow> -> TableLayout
Parameters
- rows
- Type: System.Collections.GenericIEnumerableTableRow
Rows to populate the table.
See Also