1. Home
  2. Docs
  3. EXCEL Activities
  4. Processing
  5. MergeCells

MergeCells

Aiwozo.Excelfile.Core.Activities.MergeCells

  • MergeCells activity is used to merge the cells within a specified range in the sheet of a workbook.
  • This activity only works inside the excel application scope.

 Properties

       Alignment

  • Horizontal Alignment (EnumAlignment) – Select the type of horizontal alignment required for merging.
  • Vertical Alignment (EnumAlignment) – Select the type of vertical alignment required for merging.

      Misc

  • CellText (InArgument<String>) – Define the text which needs to be merged.
  • DisplayName (String) – To set a meaningful name according to the user.
  • MergeRange (InArgument<String>) – The range where the merging needs to perform.
  • SheetName (InArgument<String>) – The name of the sheet in the workbook where the changes must be made