C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(Int32,Int32) Method
Index of the row that contains the selected cell.
Index of the column that contains the selected cell.

In This Topic
Select(Int32,Int32) Method
In This Topic
Selects a given cell.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
 

Parameters

row
Index of the row that contains the selected cell.
col
Index of the column that contains the selected cell.
See Also