Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetViewportTopRow Method / GetViewportTopRow(Int32) Method
Index of the viewport row


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

    Parameters

    rowViewportIndex
    Index of the viewport row
    See Also