Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / autoMerge Method / autoMerge(IRange,AutoMergeDirection,AutoMergeMode,AutoMergeSelectionMode) 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.
The auto merge mode.
The auto merge selection mode.
In This Topic
    autoMerge(IRange,AutoMergeDirection,AutoMergeMode,AutoMergeSelectionMode) Method
    In This Topic
    Applies auto merge for a range.
    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.
    mode
    The auto merge mode.
    selectionMode
    The auto merge selection mode.
    See Also