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