Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / merge Method / merge(boolean) Method
Optional Object. True to merge cells in each row of thespecified range as separate merged cells. The default value is False.
In This Topic
    merge(boolean) Method
    In This Topic
    Merges the cells in the represented range into a single merged cell.
    Syntax
    void merge( 
       boolean isAcross
    )

    Parameters

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