SpliceTabSheetDataSource.deleteRow

Syntax

deleteRow(index: Number, count: Number);

Parameters

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

count. Number of rows to delete.

Description

The deleteRow method deletes rows from the table of spliced time series.

Example

The example of use is given on the page with description of the SpliceTabSheetDataSource.addRow method.

See also:

SpliceTabSheetDataSource