True DBGrid for WinForms
Select(Int32,Int32,Int32,Int32,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス > Select メソッド : Select(Int32,Int32,Int32,Int32,Boolean) メソッド
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.
シンタックス
'宣言
 
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
)

パラメータ

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.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ
オーバーロード一覧