ComponentOne FlexGrid for WinForms
ShowCell(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ShowCell(Int32,Int32) Method
Row index.
Column index.
Scrolls a cell into view.
Syntax
'Declaration
 
Public Overridable Sub ShowCell( _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
public virtual void ShowCell( 
   int row,
   int col
)

Parameters

row
Row index.
col
Column index.
Remarks
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.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members