ComponentOne True DBGrid for WinForms
Select(Int32,Int32,Int32,Int32,Boolean) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > Select Method : Select(Int32,Int32,Int32,Int32,Boolean) Method
New value for the Row property.
New value for the Col property.
The count of selected rows.
The count of selected columns.
Whether to scroll the new selection into view.
Selects a range of cells.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal colCount As System.Integer, _
   ByVal show As System.Boolean _
) 
public void Select( 
   System.int row,
   System.int col,
   System.int rowCount,
   System.int colCount,
   System.bool show
)

Parameters

row
New value for the Row property.
col
New value for the Col property.
rowCount
The count of selected rows.
colCount
The count of selected columns.
show
Whether to scroll the new selection into view.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List