ExcelCell_Merge

Description

Merges the specified cells.


Input

Workbook InArgument<Workbook> REQUIRED

The excel Workbook.

It is possible to obtain a new workbook with the activity ExcelWorkbook_New or to get it from an existing file with ExcelWorkbook_Get.

WorksheetName InArgument<String> REQUIRED

The name of the Worksheet where the cells to merge are.


Range

CellRange InArgument<String> REQUIRED

The range of cells to merge.