'Declaration Public Overrides Function GetPage( _ ByVal pageIndex As Integer _ ) As DocumentPage
'Usage Dim instance As DataGridPaginator Dim pageIndex As Integer Dim value As DocumentPage value = instance.GetPage(pageIndex)
public override DocumentPage GetPage( int pageIndex )
Parameters
- pageIndex
- The zero-based index of the page to retrieve.
Return Value
A DocumentPage representing the page at the specified index.