ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveToPage Method
The index of the page to move to.

In This Topic
    MoveToPage Method
    In This Topic
    Sets the first page as the current page.
    Syntax
    'Declaration
     
    
    Public Function MoveToPage( _
       ByVal pageIndex As System.Integer _
    ) As System.Boolean
    public System.bool MoveToPage( 
       System.int pageIndex
    )

    Parameters

    pageIndex
    The index of the page to move to.

    Return Value

    True if the operation was successful; otherwise, False.
    See Also