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