GridIHandlerSelectRow 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 void SelectRow(
int row
)
Sub SelectRow (
row As Integer
)
abstract SelectRow :
row : int -> unit
Parameters
- row
- Type: SystemInt32
Row to select
See Also