Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / AutoMergeSelectionMode Enumeration
In This Topic
    AutoMergeSelectionMode Enumeration
    In This Topic
    Specifies the auto merge selection mode.
    Members
    MemberDescription
    MergedIndicates to select all cells which have same value when the auto merge is applied.
    SourceIndicates to select individual cell when the auto merge is applied. This property will take effect only when IncludeAutoMergedCells is false.
    Inheritance Hierarchy

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

    See Also