NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

There are two methods that you can use to set column to merged column.

$tableprop.mergeColumns(int number)

When you put the statement in to a column, it will be set as merged column in a specified number.

For example:

Template Code:

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

 Output:

$tableprop.mergeColumns(String stringNumber)

When you put the statement in to a column, it will be set as merged column in a specified string of number.

For example:

Template Code:

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

 Output:

See Creating Merged Column Horizontally for DOCX.


Activity

All
Personal filters
All
No activities found