Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportTopRow Method / GetViewportTopRow(Int32) Method
Viewport row index


In This Topic
    GetViewportTopRow(Int32) Method
    In This Topic
    Gets the index of the top row of the specified viewport row.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetViewportTopRow( _
       ByVal rowViewportIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadView
    Dim rowViewportIndex As Integer
    Dim value As Integer
     
    value = instance.GetViewportTopRow(rowViewportIndex)
    public int GetViewportTopRow( 
       int rowViewportIndex
    )

    Parameters

    rowViewportIndex
    Viewport row index
    See Also