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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(Int32,Int32,Int32,Int32) メソッド
New value for the Row property.
New value for the Col property.
New value for the RowSel property.
New value for the ColSel property.
Selects a range of cells and scrolls it into view.
シンタックス
'宣言
 
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
New value for the Row property.
col
New value for the Col property.
rowSel
New value for the RowSel property.
colSel
New value for the ColSel property.
解説
Using the Select(CellRange,Boolean) method is equivalent to setting the Row, Col, RowSel, and ColSel properties.
参照

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