GrapeCity.Xaml.SpreadSheet.UI
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options