Workbook.getRealIndex

Syntax

getRealIndex (index, serie);

Parameters

index. Sets series index with regard for nesting.

serie. Sets series index of which the user needs to get.

Description

The getRealIndex method returns series index.

Comments

Index is counted from the first one, ignoring nested series. Either index, or serie should be defined as parameters.

Example

The example of using the getRealIndex method is given on the Workbook.getDependentsSeries page.

See also:

Workbook