TabSheetMeasures.deleteRow

Syntax

deleteRow(rowIndex: Number, count: Number);

Parameters

rowIndex. Index of the first table row to be removed.

count. Number of table rows to be removed.

Description

The deleteRow method removes table rows.

Example

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

Seebsp;also:

TabSheetMeasures