Selects a given cell.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public void Select( int row, int col ) |
Visual Basic |
---|
Public Sub Select ( _ row As Integer, _ col As Integer _ ) |
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.