Spread for ASP.NET 8.0 Product Documentation
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
public enum MergePolicy : System.Enum 
Members
MemberDescription
AlwaysAlways automatically merges neighboring cells with identical values
NoneNever automatically merges cells
RestrictedAutomatically merges cells 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
         FarPoint.Web.Spread.Model.MergePolicy

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FarPoint.Web.Spread.Model Namespace

User-Task Documentation

Merging Cells Automatically
Spanning Cells

 

 


Copyright © GrapeCity, inc. All rights reserved.