IEmSeriesList.ItemIndexByName

Fore syntax

ItemIndexByName(Name: String): Integer;

Fore.NET syntax

ItemIndexByName[Name: String]: integer;

Parameters

Name. Series identifier.

Description

The ItemIndexByName property returns series index based on its identifier.

Comments

If the series with the specified identifier does not exist, the method returns -1.

Fore and Fore.NET examples

The property use is given in the example for IEmSeriesList.ItemByName.

See also:

IEmSeriesList