Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportY Method
Index of the viewport row


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

    Parameters

    rowViewportIndex
    Index of the viewport row
    See Also