Adding Rows

Adding rows to a table is accomplished using the add row above and add row below commands, which take as a direct parameter, a range of the table.

add row above  : Add a row to the table above a specified range of cells.

add column after range

add row below  : Add a row to the table below a specified range of cells.

add column before range

The script example below, adds a row, ending with a table summation cell, to the end of the currently selected table:

SUM-table-01

 (⬆ see above )  A table to which will be added a row, using the following script:

 (⬇ see below )  The table with an added row, that contains a cell displaying the summation of the table cells.

SUM-table-02

TOP | CONTINUE