Click or drag to resize

TableCell  Conversion (TableCell to TableCell)

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

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

Parameters

items
Type: Eto.FormsTableCell
Items to convert.

Return Value

Type: TableCell

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

See Also