Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / autoMerge Method / autoMerge(IRange,AutoMergeDirection) Method
The auto merge range.
The auto merge direction. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.
In This Topic
    autoMerge(IRange,AutoMergeDirection) Method
    In This Topic
    Applies auto merge for a range. The auto merge mode is Free. The auto merge selection mode is Source.
    Syntax

    Parameters

    range
    The auto merge range.
    direction
    The auto merge direction. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.
    See Also