FlexGrid for WinForms
AllowMergingEnum Enumeration



Specifies how adjacent cells are merged for display.
Syntax
'Declaration
 
Public Enum AllowMergingEnum 
   Inherits System.Enum
'Usage
 
Dim instance As AllowMergingEnum
public enum AllowMergingEnum : System.Enum 
public enum class AllowMergingEnum : public System.Enum 
Members
MemberDescription
CustomUse C1FlexGrid.MergedRanges collection to determine which cells are merged.
DefaultUse the setting specified for the C1FlexGrid.AllowMerging property.
FixedOnlyMerge only fixed cells. This setting is useful for setting up complex headers for the data and preventing the data itself from being merged.
FreeMerge any adjacent cells with same contents.
NodesAllow long entries in node rows to spill into empty adjacent cells.
NoneDo not merge any cells.
RestrictAllMerge cells only if cells above or to the left are also merged.
RestrictColsMerge columns only if cells to the left are also merged.
RestrictRowsMerge rows only if cells above are also merged.
SpillAllow long entries to spill into empty adjacent cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AllowMergingEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback