3.1. CALS table commands

3.1.1. tableColumn

Parameter syntax:

insertBefore |
insertAfter |
delete

An entry element must be implicitly or explicitly selected.

insertBefore

Inserts a column before column containing selected cell. The newly created column has cells similar to those of the column containing selected cell.

insertAfter

Inserts a column after column containing selected cell.

delete

Deletes column containing selected cell.

3.1.2. tableRow

Parameter syntax:

insertBefore |
insertAfter |
delete

An entry element must be implicitly or explicitly selected. If a row element is explicitly selected, this is equivalent to having selected its first cell.

insertBefore

Inserts a row before row containing selected cell. The newly created row has cells similar to those of the row containing selected cell.

insertAfter

Inserts a row before row containing selected cell.

delete

Deletes row containing selected cell.