Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / GetViewportTopRow(Int32) Method
The row viewport index.


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

    Parameters

    rowViewportIndex
    The row viewport index.

    Return Value

    The top row index in the row viewport.
    See Also