Selects a given cell and optionally scrolls it into view.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.Silverlight.FlexGrid..::..CellRange
CellRange to select.
- scrollIntoView
- Type: System..::..Boolean
Whether to scroll the new selection into view.