IMsTimeMatrix.MoveSerie

Fore Syntax

MoveSerie(FromIndex: Integer; ToIndex: Integer);

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IMsTimeMatrix