FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / AllowMerging Enumeration

In This Topic
    AllowMerging Enumeration
    In This Topic
    Specifies constants that define which areas of the grid support cell merging.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum AllowMerging 
       Inherits System.Enum
    [Flags()]
    public enum AllowMerging : System.Enum 
    Members
    MemberDescription
    AllMerge all areas.
    AllHeadersMerge column and row headers.
    CellsMerge scrollable cells.
    ColumnFootersMerge column footers.
    ColumnHeadersMerge column headers.
    NoneNo merging.
    RowHeadersMerge row headers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.AllowMerging

    See Also