ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / MergeArea Property

In This Topic
    MergeArea Property
    In This Topic
    Returns a MergeArea object that represents the merged range containing this cell. If this cell is not in a merged area, this property returns MergeArea.Empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property MergeArea As MergeArea
    public MergeArea MergeArea {get;}
    See Also