Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / AutoMergeMode Enumeration
In This Topic
    AutoMergeMode Enumeration
    In This Topic
    Indicates the auto merge mode.
    Members
    MemberDescription
    FreeIndicates to apply the auto merge when neighboring cells have same value.
    RestrictedIndicates to apply the auto merge when neighboring cells have same value and the corresponding cells in previous row or column are merged automatically.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.AutoMergeMode

    See Also