Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Merge Method
Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.
In This Topic
    Merge Method
    In This Topic
    Merges the cells in the represented range into a single merged cell.
    Syntax
    void Merge( 
       System.bool isAcross
    )

    Parameters

    isAcross
    Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.
    See Also