TableRow Constructor (TableCell) |
Initializes a new instance of the
TableRow class with the specified cells.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TableRow(
params TableCell[] cells
)
Public Sub New (
ParamArray cells As TableCell()
)
new :
cells : TableCell[] -> TableRow
Parameters
- cells
- Type: Eto.FormsTableCell
Cells to populate the row.
See Also