NamedRange::MergeArea Property

 

Gets a Microsoft.Office.Interop.Excel::Range that represents the merged range containing the NamedRange control.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Range^ MergeArea {
	Range^ get();
}

Property Value

Type: Microsoft.Office.Interop.Excel::Range^

A Microsoft.Office.Interop.Excel::Range that represents the merged range containing the NamedRange control. If the NamedRange control is not in a merged range, this property returns a Microsoft.Office.Interop.Excel::Range that represents the NamedRange control.

The MergeArea property only works on a single-cell range.

The following code example displays the value of the MergeArea and MergeCells properties of a single-cell NamedRange before and after using the Merge method to merge a multiple-cell NamedRange that contains the single-cell NamedRange.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: