IMsTimeMatrix.DeleteSerie

Fore Syntax

DeleteSerie(Index: Integer): Boolean;

Fore.NET Syntax

DeleteSerie(Index: integer): boolean;

Parameters

Index. Series index.

Description

The DeleteSerie method deletes a series from matrix by its index.

Comments

To add a series to matrix, use the IMsTimeMatrix.AddSerie method.

Fore and Fore.NET Examples

The method use is given in the example for IMsTimeMatrix.CalendarSettings.

See also:

IMsTimeMatrix