TabSheetMeasures.insertRow

Syntax

insertRow(afterRowIndex: Number, size: Number, count: Number);

Parameters

afterRowIndex. Index of the row after which new row should be inserted.

size. Height of inserted rows.

count. Number of rows to be inserted.

Description

The insertRow method inserts rows in a table.

Example

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

Seebsp;also:

TabSheetMeasures