'Declaration
Public Enum AllowMergingEnum Inherits System.Enum
public enum AllowMergingEnum : System.Enum
'Declaration
Public Enum AllowMergingEnum Inherits System.Enum
public enum AllowMergingEnum : System.Enum
Member | Description |
---|---|
Custom | Use C1FlexGrid.MergedRanges collection to determine which cells are merged. |
Default | Use the setting specified for the C1FlexGrid.AllowMerging property. |
FixedOnly | Merge only fixed cells. This setting is useful for setting up complex headers for the data and preventing the data itself from being merged. |
Free | Merge any adjacent cells with same contents. |
Nodes | Allow long entries in node rows to spill into empty adjacent cells. |
None | Do not merge any cells. |
RestrictAll | Merge cells only if cells above or to the left are also merged. |
RestrictCols | Merge columns only if cells to the left are also merged. |
RestrictRows | Merge rows only if cells above are also merged. |
Spill | Allow long entries to spill into empty adjacent cells. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AllowMergingEnum