FlexPivot 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) メソッド
New value for the Row property.
New value for the Col property.
New value for the RowSel property.
New value for the ColSel property.
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 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
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.
show
Whether to scroll the new selection into view.
解説
Using the Select(CellRange,Boolean) method is equivalent to setting the Row, Col, RowSel, and ColSel properties.
参照

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