Click or drag to resize

TableRow  Conversion (TableCell to TableRow)

Implicitly converts an array of cells to a TableRow

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

Parameters

cells
Type: Eto.FormsTableCell
Cells to convert.

Return Value

Type: TableRow

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

See Also