insertRow(afterRowIndex: Number, size: Number | String, count: Number, fireEvent: Boolean, callback: PP.Delegate);
afterRowIndex. Row, after which new rows are to be inserted.
size. Size of inserted rows.
count. Number of rows to be inserted.
fireEvent. Determines if to fire row insert event. If the parameter is True, the event is fired, otherwise it is not fired.
callback. Callback function.
The insertRow method inserts rows in a table.
The example of use is given on the page with description of the TabSheet.insertColumn method.
Seebsp;also: