TabSheet.deleteRow

Syntax

deleteRow(rowIndex: Number, count: Number, fireEvent: Boolean, callback: PP.Delegate);

Parameters

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

count. Number of deleted rows.

fireEvent. Indicates whether the event of table row deletion is to be fired. If the parameter is True, the event is fired, otherwise it is not fired.

callback. Callback function.

Description

The deleteRow method deletes table rows.

Example

The example of use is given on the page that describes creation of the TabSheet.deleteColumn method.

Seebsp;also:

TabSheet