Aiwozo.Excelfile.Core.Activities.UnMergeCells
- UnMergeCells activity is used to unmerge 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 unmerging.
- Vertical Alignment (EnumAlignment) – Select the type of vertical alignment required for unmerging.
Misc
- CellText (InArgument<String>) – Define the text which needs to be unmerged.
- DisplayName (String) – To set a meaningful name according to the user.
- MergeRange (InArgument<String>) – The range where the unmerging needs to perform.
- SheetName (InArgument<String>) – The name of the sheet in the workbook where the changes must be made.