Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutputRange Class / AssignFrom Method
The OutputRange to copy values from.

In This Topic
    AssignFrom Method (OutputRange)
    In This Topic
    Copies values from another instance of OutputRange.
    Syntax
    'Declaration
     
    Public Sub AssignFrom( _
       ByVal source As OutputRange _
    ) 
    public void AssignFrom( 
       OutputRange source
    )

    Parameters

    source
    The OutputRange to copy values from.
    See Also