Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Union Method / Union(Reference) Method
The reference.


In This Topic
    Union(Reference) Method
    In This Topic
    Unions the current Reference with the specified reference.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Union( _
       ByRef reference As Reference _
    ) 
    'Usage
     
    
    Dim instance As Reference
    Dim reference As Reference
     
    instance.Union(reference)
    public void Union( 
       ref Reference reference
    )

    Parameters

    reference
    The reference.
    See Also