Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / AutoMerge Method
The auto merge range.
The auto merge direction. The default value is AutoMergeDirection.Column. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.
The auto merge mode. The default value is AutoMergeMode.Free.
The auto merge selection mode. The default value is AutoMergeSelectionMode.Source.
In This Topic
    AutoMerge Method
    In This Topic
    Applies auto merge for a range.
    Syntax

    Parameters

    range
    The auto merge range.
    direction
    The auto merge direction. The default value is AutoMergeDirection.Column. Specially, if the direction is AutoMergeDirection.None, the auto merge for the range will be canceled.
    mode
    The auto merge mode. The default value is AutoMergeMode.Free.
    selectionMode
    The auto merge selection mode. The default value is AutoMergeSelectionMode.Source.
    See Also