Click or drag to resize

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
)

Parameters

row
Type: Eto.FormsDynamicRow
Row to add
See Also