FlexPivot for WinForms
AllowMergingEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AllowMergingEnum 列挙体
Specifies how adjacent cells are merged for display.
シンタックス
'宣言
 
Public Enum AllowMergingEnum 
   Inherits System.Enum
public enum AllowMergingEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間