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; }
Public ReadOnly Property Rows As Collection(Of TableRow)
Get
member Rows : Collection<TableRow> with get
Property Value
Type:
CollectionTableRowThe rows.
See Also