ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IPagedCollectionView Interface / MoveToPage Method

In This Topic
    MoveToPage Method (IPagedCollectionView)
    In This Topic
    Syntax
    'Declaration
     
    Function MoveToPage( _
       ByVal pageIndex As System.Integer _
    ) As System.Boolean
    System.bool MoveToPage( 
       System.int pageIndex
    )

    Parameters

    pageIndex
    See Also