ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseColumn Class / AllowMerging Property

In This Topic
    AllowMerging Property (BaseColumn)
    In This Topic
    Specifies whether adjacent cells with similar contents will be merged.
    Syntax
    'Declaration
     
    Public Property AllowMerging As System.Boolean
    public System.bool AllowMerging {get; set;}
    See Also