Gets or sets the cells in this row.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Collection<TableCell> Cells { get; set; }
Public Property Cells As Collection(Of TableCell)
Get
Set
member Cells : Collection<TableCell> with get, set
Property Value
Type:
CollectionTableCellThe cells in the row.
See Also