Spread WinForms 15
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)

Parameters

reference
The reference.
See Also