Copies values from another instance of OutputRange.

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

Syntax

C#
public void AssignFrom(
	OutputRange source
)
Visual Basic
Public Sub AssignFrom ( _
	source As OutputRange _
)

Parameters

source
Type: C1.C1Preview..::..OutputRange
The OutputRange to copy values from.

See Also