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

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

パラメータ

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

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