Selects a given cell and optionally scrolls it into view.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public void Select(
	int row,
	int col,
	bool scrollIntoView
)
Visual Basic
Public Sub Select ( _
	row As Integer, _
	col As Integer, _
	scrollIntoView As Boolean _
)

Parameters

row
Type: System..::..Int32
Index of the row that contains the selected cell.
col
Type: System..::..Int32
Index of the column that contains the selected cell.
scrollIntoView
Type: System..::..Boolean
Whether to scroll the new selection into view.

See Also