Merges one table cell with another. The result is a single table cell.
Syntax
expression.Merge(MergeTo)
expression Required. An expression that returns a Cell object.
MergeTo Required. Cell object to be merged with. Use the syntax .Cell(row, column).