GrapeCity.Xaml.SpreadSheet.UI
GetNextPageRowCount(Int32) Method


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : GetNextPageRowCount(Int32) Method
The row viewport index one page down.
Gets the row count when scrolling down one page.
Syntax
'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.
See Also

Reference

SheetView Class
SheetView Members