Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Storages Namespace / MergedCellStorage Class / Merge Method / Merge(Reference) Method
The cell range to merge.


In This Topic
Merge(Reference) Method
In This Topic
Creates a merged cell from the specified cell range.
Syntax
'Declaration
 
Public Overloads Sub Merge( _
   ByRef range As Reference _
) 
 
'Usage
 
Dim instance As MergedCellStorage
Dim range As Reference
 
instance.Merge(range)

Parameters

range
The cell range to merge.
See Also