Selects a given cell and optionally scrolls it into view.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public void Select(
	CellRange rng,
	bool scrollIntoView
)
Visual Basic
Public Sub Select ( _
	rng As CellRange, _
	scrollIntoView As Boolean _
)

Parameters

rng
Type: C1.Phone.FlexGrid..::..CellRange
CellRange to select.
scrollIntoView
Type: System..::..Boolean
Whether to scroll the new selection into view.

See Also