Creates and returns a new enumerator that allows to loop through all pages in the range.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator

Return Value

The new enumerator.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also