DynamicTableAddRow Method (DynamicRow) |
Adds the specified row to the table
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void AddRow(
DynamicRow row
)
Public Sub AddRow (
row As DynamicRow
)
member AddRow :
row : DynamicRow -> unit
Parameters
- row
- Type: Eto.FormsDynamicRow
Row to add
See Also