Spread Windows Forms 15.0
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)
    public void Merge( 
       ref Reference range
    )

    Parameters

    range
    The cell range to merge.
    See Also