Workbook.removeSeries

Syntax

removeSeries (firstIndex, length);

Parameters

firstIndex. Sets the first element of the rows array.

length. Sets the number of series that go after the series with the index specified in the first parameter.

Description

The removeSeries method removes table rows.

Comments

The first parameter is the starting element of the rows array.

The second parameter is the number of element to be removed counting from the starting element.

Example

The example of using the removeSeries method is given on the Workbook.getSelectedOrPinnedSeries page.

See also:

Workbook