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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(Int32,Int32) メソッド
New value for the Row property.
New value for the Col property.
Selects a cell and scrolls it into view.
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void Select( 
   System.int row,
   System.int col
)

パラメータ

row
New value for the Row property.
col
New value for the Col property.
解説
Using the Select(CellRange,Boolean) method is equivalent to setting the Row and Col properties.
参照

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