Unselects the specified row
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void UnselectRow(
	int row
)
Public Overridable Sub UnselectRow ( 
	row As Integer
)
abstract UnselectRow : 
        row : int -> unit 
override UnselectRow : 
        row : int -> unit Parameters
- row
 - Type: SystemInt32
Row to unselect 
Implements
ISelectableTUnselectRow(Int32)
See Also