In This Topic
Returns a Range object that represents the merged range containing the specified cell. If the specified cell isn't in a merged range, this property returns the specified cell.
Syntax
'Declaration
ReadOnly Property MergeArea As IRange
'Usage
Dim instance As IRange
Dim value As IRange
value = instance.MergeArea
Property Value
A Range object that represents the merged range containing the specified cell.
See Also