Click or drag to resize

TableCell  Conversion (TableRow to TableCell)

Converts an array of rows to a new cell with vertical rows in a new child TableLayout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator TableCell (
	TableRow[] rows
)

Parameters

rows
Type: Eto.FormsTableRow
Rows to convert.

Return Value

Type: TableCell

[Missing <returns> documentation for "M:Eto.Forms.TableCell.op_Implicit(Eto.Forms.TableRow[])~Eto.Forms.TableCell"]

See Also