'Declaration Public Function GetNextPageRowCount( _ ByVal rowViewportIndex As Integer _ ) As Integer
'Usage Dim instance As SheetView Dim rowViewportIndex As Integer Dim value As Integer value = instance.GetNextPageRowCount(rowViewportIndex)
public int GetNextPageRowCount( int rowViewportIndex )
Parameters
- rowViewportIndex
- The row viewport index one page down.
Return Value
The row count when scrolling down one page.