Creates a new instance of the OutputRange enumerator.

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

Syntax

C#
public Enumerator(
	OutputRange range
)
Visual Basic
Public Sub New ( _
	range As OutputRange _
)

Parameters

range
Type: C1.C1Preview..::..OutputRange

See Also