Click or drag to resize

GridSelectRow Method

Selects the row to the specified row, clearing other selections

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

Parameters

row
Type: SystemInt32
Row to select

Implements

ISelectableTSelectRow(Int32)
See Also