TabSheet.insertRow

Syntax

insertRow(afterRowIndex: Number, size: Number | String, count: Number, fireEvent: Boolean, callback: PP.Delegate);

Parameters

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.

Description

The insertRow method inserts rows in a table.

Example

The example of use is given on the page with description of the TabSheet.insertColumn method.

Seebsp;also:

TabSheet