FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelMergeManager Class / AddRange Method

In This Topic
    AddRange Method
    In This Topic
    merge the given range
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal sel As CellRange _
    ) 
    public void AddRange( 
       CellRange sel
    )

    Parameters

    sel
    See Also