Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Project  $tableprop.mergeColumns($Package.size())Packages 
 #forcol($p in $Package)$p.name#endcol

 Output:

Image Modified

$tableprop.mergeColumns(String stringNumber)

...

Project  $tableprop.mergeColumns(“3”)Packages 
 #forcol($p in $Package)$p.name#endcol

 Output:

Image Modified

See Creating Merged Column Horizontally for DOCX.

Note
titleNote

The number of cells will be increased by the value in mergeColumns.

For example:

Template code #1:

$tableprop.mergeColumns("5")Package

#forcol($p in $Package)$p.name#endcol

In case there are three packages, the output will be:

Template code #2:

$tableprop.mergeColumns("5")Package




Output: