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


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

    Parameters

    rowViewportIndex
    The row viewport index.

    Return Value

    The bottom row index in the row viewport.
    See Also