ComponentOne FlexGrid for WPF and Silverlight
Select(CellRange,Boolean) Method

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class > Select Method : Select(CellRange,Boolean) Method
CellRange to select.
Whether to scroll the new selection into view.
Selects a given cell and optionally scrolls it into view.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal rng As CellRange, _
   ByVal scrollIntoView As System.Boolean _
) 
public void Select( 
   CellRange rng,
   System.bool scrollIntoView
)

Parameters

rng
CellRange to select.
scrollIntoView
Whether to scroll the new selection into view.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List