TSService.setSelectedSeries

Syntax

setSelectedSeries (wbk, selectedIndexSeries, selectedIndexCols, callback);

Parameters

wbk. Sets workbook value.

selectedIndexSeries. Sets array of indexes of the table series.

selectedIndexCols. Sets an array of table column indexes.

callback. Sets operation completion handler.

Description

The setSelectedSeries method sets selected workbook series.

Example

The example of using the setSelectedSeries property is given on the Workbook.addSelectedSeries page.

See also:

TSService