Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / AutoMergeSelectionMode Enumeration
In This Topic
    AutoMergeSelectionMode Enumeration
    In This Topic
    Specifies the auto merge selection mode.
    Syntax
    public enum AutoMergeSelectionMode : System.Enum 
    Members
    MemberDescription
    Merged Indicates to select all cells which have same value when the auto merge is applied.
    Source Indicates to select individual cell when the auto merge is applied. This property will take effect only when IncludeAutoMergedCells is false.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.AutoMergeSelectionMode

    See Also