[]
Represents the auto merge range information.
public interface IAutoMergeRangeInfo
Gets or sets the auto merge direction.
AutoMergeDirection Direction { get; set; }
Gets or sets the auto merge mode.
AutoMergeMode Mode { get; set; }
Gets or sets the auto merge range.
IRange Range { get; set; }
Gets or sets the auto merge selection mode.
AutoMergeSelectionMode SelectionMode { get; set; }