Click or drag to resize

TableRow Constructor (IEnumerableTableCell)

Initializes a new instance of the TableRow class with the specified cells.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TableRow(
	IEnumerable<TableCell> cells
)

Parameters

cells
Type: System.Collections.GenericIEnumerableTableCell
Cells to populate the row.
See Also