Xceed Grid for WinForms v4.3 Documentation
ResetTo Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > SelectedRowList Class : ResetTo Method
A reference to the Xceed.Grid.Row to select.
Clears the current selection of row and selects the specified Xceed.Grid.Row.
Syntax
'Declaration
 
Public Sub ResetTo( _
   ByVal row As Row _
) 
'Usage
 
Dim instance As SelectedRowList
Dim row As Row
 
instance.ResetTo(row)
public void ResetTo( 
   Row row
)

Parameters

row
A reference to the Xceed.Grid.Row to select.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectedRowList Class
SelectedRowList Members