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

In This Topic
    CanMergeCellsVertically Property
    In This Topic
    Specifies whether vertical merge of cells is enabled within Table Header, Details and Footer.
    Syntax
    'Declaration
     
    Public Property CanMergeCellsVertically As Nullable(Of Boolean)
    public Nullable<bool> CanMergeCellsVertically {get; set;}
    See Also