Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MergePolicy Enumeration


MergePolicy Enumeration
Specifies how the control handles automatic merging of cells based on the values in the cells.
Syntax
'Declaration
 
Public Enum MergePolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As MergePolicy
Members
MemberDescription
AlwaysAlways automatically merges neighboring cells with identical values.
NoneNever automatically merges cells.
RestrictedAutomatically merges neighboring cells with identical values if the corresponding cells in another row or column are similarly merged.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.MergePolicy

See Also