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