True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / RowContaining Method
The vertical coordinate (Y value) in pixels.

In This Topic
    RowContaining Method (C1TrueDBGrid)
    In This Topic
    Returns the zero-based index of the display row containing the Y specified coordinate.
    Syntax
    'Declaration
     
    Public Function RowContaining( _
       ByVal y As System.Integer _
    ) As System.Integer
    public System.int RowContaining( 
       System.int y
    )

    Parameters

    y
    The vertical coordinate (Y value) in pixels.

    Return Value

    The display row index beneath the specified Y coordinate.
    See Also