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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(Int32,Int32,Int32,Int32,Boolean) メソッド
Rowプロパティの新しい値。
Colプロパティの新しい値。
RowSelプロパティの新しい値。
ColSelプロパティの新しい値。
新しい選択範囲を表示範囲までスクロールするかどうか。
セルの範囲を選択します。
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal rowSel As System.Integer, _
   ByVal colSel As System.Integer, _
   ByVal show As System.Boolean _
) 
public void Select( 
   System.int row,
   System.int col,
   System.int rowSel,
   System.int colSel,
   System.bool show
)

パラメータ

row
Rowプロパティの新しい値。
col
Colプロパティの新しい値。
rowSel
RowSelプロパティの新しい値。
colSel
ColSelプロパティの新しい値。
show
新しい選択範囲を表示範囲までスクロールするかどうか。
解説
Select(CellRange,Boolean)メソッドを使用することは、 RowColRowSel、および ColSelプロパティを設定することと同じです。
参照

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