IEmSeriesList.Remove

Fore syntax

Remove(Index: Integer);

Parameters

Remove(Index: integer);

Parameters

Index. Series index.

Description

The Remove property removes a series from the collection based on its index.

Comments

Indexation of the series in the collection is continuous and starts from zero.

Fore and Fore.NET examples

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

See also:

IEmSeriesList