Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / AutoMergeDirection Enumeration
In This Topic
    AutoMergeDirection Enumeration
    In This Topic
    Indicates the auto merge direction.
    Members
    MemberDescription
    ColumnIndicates to apply the auto merge in column direction.
    ColumnRowIndicates to apply the auto merge in column direction preferentially then in row direction.
    NoneIndicates to cancel the auto merge.
    RowIndicates to apply the auto merge in row direction.
    RowColumnIndicates to apply the auto merge in row direction preferentially then in column direction.
    Inheritance Hierarchy

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

    See Also