GrapeCity.Documents.Excel Namespace / AutoMergeDirection Enumeration
AutoMergeDirection Enumeration
Indicates the auto merge direction.
Syntax
public enum AutoMergeDirection : System.Enum 
Members
MemberDescription
Column Indicates to apply the auto merge in column direction.
ColumnRow Indicates to apply the auto merge in column direction preferentially then in row direction.
None Indicates to cancel the auto merge.
Row Indicates to apply the auto merge in row direction.
RowColumn Indicates to apply the auto merge in row direction preferentially then in column direction.
Inheritance Hierarchy

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

See Also