Click or drag to resize

TableRow Constructor (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(
	params TableCell[] cells
)

Parameters

cells
Type: Eto.FormsTableCell
Cells to populate the row.
See Also