FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / ShowCell Method
Row index.
Column index.

In This Topic
    ShowCell Method (C1FlexGrid)
    In This Topic
    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 C1FlexGridBase.Select method.
    See Also