TSService.getMdOfSeries

Syntax

getMdOfSeries (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 callback function to get response.

Description

The getMdOfSeries method loads rows and columns metadata.

Example

The example of using the getMdOfSeries method is given on the StatTabSheet Constructor page.

See also:

TSService