Click or drag to resize

ISelectableTSelectRow Method

Selects the specified row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SelectRow(
	int row
)

Parameters

row
Type: SystemInt32
Row to select.
See Also