insertRow(afterRowIndex: Number, size: Number, count: Number);
afterRowIndex. Index of the row after which new row should be inserted.
size. Height of inserted rows.
count. Number of rows to be inserted.
The insertRow method inserts rows in a table.
The example of use is given on the page with description of the TabSheetMeasures.insertColumn method.
Seebsp;also: