In This Topic
Returns the page index the specified row is rendered in.
Syntax
'Declaration
Public Function GetPageIndex( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As FpSpread
Dim row As Integer
Dim value As Integer
value = instance.GetPageIndex(row)
public int GetPageIndex(
int
)
Parameters
- row
Example
This example uses the GetPageIndex method.
See Also