FlexPivot for WinForms
ShowCell メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : ShowCell メソッド
Row index.
Column index.
Scrolls a cell into view.
シンタックス
'宣言
 
Public Overridable Sub ShowCell( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public virtual void ShowCell( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.
解説
This method does not affect the current selection. To move the cursor to a specific cell and optionally bring it into view, use the Select(CellRange,Boolean) method.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ