ComponentOne Reports for WPF
C1.C1Preview Namespace / OutputRange.Enumerator Class / MoveNext Method

In This Topic
    MoveNext Method (OutputRange.Enumerator)
    In This Topic
    Moves to the next page number in the range.
    Syntax
    'Declaration
     
    Public Function MoveNext() As Boolean
    public bool MoveNext()

    Return Value

    True if there are more pages in the range.
    See Also