Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / autoMerge Method / autoMerge(IRange) Method
The auto merge range.
In This Topic
    autoMerge(IRange) Method
    In This Topic
    Applies auto merge for a range. The auto merge direction is Column. The auto merge mode is Free. The auto merge selection mode is Source.
    Syntax
    void autoMerge( 
       IRange range
    )

    Parameters

    range
    The auto merge range.
    See Also