GrapeCity.Documents.Excel Namespace / AutoMergeMode Enumeration
AutoMergeMode Enumeration
Indicates the auto merge mode.
Syntax
public enum AutoMergeMode : System.Enum 
Members
MemberDescription
Free Indicates to apply the auto merge when neighboring cells have same value.
Restricted Indicates 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

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

See Also