IMsTimeMatrix.DeleteSerie

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.

Example

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

See also:

IMsTimeMatrix