Macro Language Reference > PIs > Tables > <?tbcbelow>
  
<?tbcbelow>
Description
There are two main uses of this command:
1. Use without parameters to change PTC ALD default behavior (see <?tbcabove>) and stack cells below any existing cells. If this is to be the default cell property for the whole row, add a subsequent <?tbrdef> command too.
2. Use with parameters to modify the default vertical placing of a cell, rather than having it calculated automatically.
When working out how to stack cells within a boxed row, by default PTC ALD examines all other cells in the row that span the same columns that the current cell spans, and then sits the new cell below the deepest one. The first, last option allows you to specify an alternative range of cells that PTC ALD should examine for depth. Note that in this situation the cell still sits in the columns designated by <?tbcstrt>, it is merely its vertical position that is extracted from this range.
 
Using <?tbcbelow> with parameters overrides PTC ALD automatic behavior and can give odd results, including forcing cells to clash into one another; particularly when using a negative cellnum.
Syntax
<?tbcbelow ( first:n ',' last:n? )?><?tbcbelow -cellnum:n?><?tbcbelow>
[no parameter]
Stack cells below existing cells only.
first
The number of the first cell in an alternative range that PTC ALD should examine to find the deepest cell.
last
The number of the last cell in the range: if last is not specified its value defaults to that of first.
-cellnum
The number of a particular cell within the boxed that the current cell should sit below. The cells in the boxed row are counted from 1 until cellnum is reached and then the cell is placed. The minus signifies that this is a cell number rather than a column number.
Additional Information
In the example below, the cells in red have been modified using <?tbcabove> and <?tbcbelow>: cell 6 has been forced to the same height as 7 and subsequently cells 8 and 9 have been instructed to fill in the remaining gaps.