ActiveReports Developer 7
MergeArea Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class : MergeArea Property

Glossary Item Box

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

Visual Basic (Declaration) 
Public ReadOnly Property MergeArea As MergeArea
C# 
public MergeArea MergeArea {get;}

Property Value

MergeArea object.

See Also