Selects the row to the specified row, clearing other selections
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void SelectRow(
	int row
)
Public Overridable Sub SelectRow ( 
	row As Integer
)
abstract SelectRow : 
        row : int -> unit 
override SelectRow : 
        row : int -> unit Parameters
- row
 - Type: SystemInt32
Row to select 
Implements
ISelectableTSelectRow(Int32)
See Also