Click or drag to resize

TableRow Constructor (IEnumerable<TableCell>)

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.Generic.IEnumerable<TableCell>
Cells to populate the row.
See Also