Click or drag to resize

TableLayoutRows Property

Gets the collection of rows in the table

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Collection<TableRow> Rows { get; }

Property Value

Type: CollectionTableRow
The rows.
See Also