NamedRange::Merge Method (Object^)
Creates a merged cell from the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Parameters
- Across
-
Type:
System::Object^
true to merge cells in each row of the specified range as separate merged cells. The default value is false.
The value of a merged range is specified in the cell in the upper-left corner of the NamedRange control.
For information on optional parameters, see Optional Parameters in Office Solutions.
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.
Show: