ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / RowTop Method

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

    Parameters

    y
    See Also