ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableCell Interface / AutoMerge Property

In This Topic
    AutoMerge Property (ITableCell)
    In This Topic
    Gets the policy for merging nearby cells with the same content.
    Syntax
    'Declaration
     
    ReadOnly Property AutoMerge As MergePolicy
    MergePolicy AutoMerge {get;}

    Property Value

    An instance of GrapeCity.ActiveReports.PageReportModel.MergePolicy representing the auto-merge policy for the cell.
    See Also