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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(CellRange,Boolean) メソッド
CellRange that specifies the cells that will be selected.
Whether to scroll the new selection into view.
Selects a range of cells.
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal rg As CellRange, _
   ByVal show As System.Boolean _
) 
public void Select( 
   CellRange rg,
   System.bool show
)

パラメータ

rg
CellRange that specifies the cells that will be selected.
show
Whether to scroll the new selection into view.
参照

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