ActiveReports 13
MergeArea Property

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class : MergeArea Property
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

Reference

DDCell Class
DDCell Members