ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Table Class / CanMergeCellsVertically Property

In This Topic
    CanMergeCellsVertically Property
    In This Topic
    Gets or sets a value indicating whether the vertical merge of cells is enabled within the Table Header, Details, and Footer.
    Syntax
    'Declaration
     
    Public Property CanMergeCellsVertically As Nullable(Of Boolean)
    public Nullable<bool> CanMergeCellsVertically {get; set;}

    Property Value

    true if vertical merging of cells is enabled; otherwise, false.
    See Also