Table.insertRow

Inserts a new row into the table and sets this row as the current row of the table (see #getCurrentRow()). The columns in the row are initialized with their default values or null as appropriate. Inserted rows are displayed at the bottom of a Table Control.

Javascript example:

 var newRowNum = tables.ORDERS.insertRow();
 

returns int