Merge Cells Action
Merge Cells Action is a spreadsheet action that combines multiple adjacent cells into a single cell. It is commonly used when creating headers, grouping related data, or formatting spreadsheets for better readability.
Appearance
In Talos, Merge Cells Action appears as a rectangular node with a merge cell icon, indicating spreadsheet cell manipulation. It bisually shows the cells that will be merged.
Properties
As all Actions, Merge Cells Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Spreadsheet VariableString
The spreadsheet variable name containing the cells to merge.
Sheet NameString
The name of the worksheet containing the cells to merge.
Start CellString
The first cell of the range to merge (e.g., A1).
End CellString
The last cell of the range to merge (e.g., D1).