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

In This Topic
    GetEnumerator Method (OutputRange)
    In This Topic
    Creates and returns a new enumerator that allows to loop through all pages in the range.
    Syntax
    'Declaration
     
    Public Function GetEnumerator() As IEnumerator
    public IEnumerator GetEnumerator()

    Return Value

    The new enumerator.
    See Also