Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetRowViewportIndexFromY Method
Y-coordinate


In This Topic
    GetRowViewportIndexFromY Method (FpSpread)
    In This Topic
    Gets the index of the viewport row for the specified coordinate for the active sheet.
    Syntax
    'Declaration
     
    
    Public Function GetRowViewportIndexFromY( _
       ByVal y As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim y As Integer
    Dim value As Integer
     
    value = instance.GetRowViewportIndexFromY(y)
    public int GetRowViewportIndexFromY( 
       int y
    )

    Parameters

    y
    Y-coordinate
    See Also