MergeCellsAcrossTool
Tool |
With the Merge Cells Across tool, you can merge cells across columns (horizontally) in a spreadsheet or table. The cells can be multiline or value cells.
Merge cells horizontally:
- In a spreadsheet or table, select cells to merge.
- Select Table>Merge Cells Across in the toolbar.
Notes:
- Merging cells down rows (vertically), is not currently supported.
- If you select multiple rows, then the cells in each row will be merged together.
- This tool can be useful for multiline cells.
- To unmerge cells, use the split cells tool.
See also:
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
MergeCellsAcrossTool
(make sure the library Library.Tools.Table is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Table.MergeCellsAcrossTool
See also: