ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel 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;}

    Property Value

    MergeArea object.
    See Also