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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(Int32,Int32,Int32,Int32) メソッド
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 _
) 
public void Select( 
   System.int row,
   System.int col,
   System.int rowSel,
   System.int colSel
)

パラメータ

row
Rowプロパティの新しい値。
col
Colプロパティの新しい値。
rowSel
RowSelプロパティの新しい値。
colSel
ColSelプロパティの新しい値。
解説
Select(CellRange,Boolean)メソッドを使用することは、 RowColRowSel、および ColSelプロパティを設定することと同じです。
参照

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