CustomTable.MergeCells Method
Parent Object: CustomTableDescription
Merges the table cells.
Syntax
CustomTable.MergeCells( StartCell As Cell, EndCell As Cell ) As MergedCellParameters
| Name | Type | Description |
| StartCell | Cell | Input Cell object that indicates the start cell being merged. |
| EndCell | Cell | Input Cell object that indicates the end cell being merged. |
