True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / RowTop Method
The displayed row index.

In This Topic
    RowTop Method (C1TrueDBGrid)
    In This Topic
    Returns the Y coordinate of the top of a visible row.
    Syntax
    'Declaration
     
    Public Function RowTop( _
       ByVal row As System.Integer _
    ) As System.Integer
    public System.int RowTop( 
       System.int row
    )

    Parameters

    row
    The displayed row index.

    Return Value

    The Y coordinate of the specified display row, based on the client coordinates of the grid.
    See Also