Macro Language Reference > PIs > Tables > <?tbrspan>
  
<?tbrspan>
Description
Use this command to specify the number of rows over which a table cell should span.
 
Example 424. Instruct a cell to span two rows
<?tbrspan=2>
If this command was entered before a cell, the cell would expand down into the next row of the table.
Syntax
<?tbrspan num:n>
num
Number of rows
Additional Information
The command must be entered before the cell content to which it should be applied. When you instruct a cell to span rows it has a knock-on effect on all the other cells in the table, moving their content down a proportionate number of rows.