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
)
Public Shared Widening Operator CType (
rows As TableRow()
) As TableCell
F# does not support the declaration of new casting operators.
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