IMsTimeMatrix.MoveSerie

Syntax

MoveSerie(FromIndex: Integer; ToIndex: Integer);

Parameters

FromIndex. Index of series start position.

ToIndex. Index of the position to which a series must be moved.

Description

The MoveSerie method moves a series to the specified position.

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