MoveSerie(FromIndex: Integer; ToIndex: Integer);
MoveSerie(FromIndex: integer; ToIndex: integer);
FromIndex. Index of series start position.
ToIndex. Index of the position to which a series must be moved.
The MoveSerie method moves a series to the specified position.
To add a series to matrix, use the IMsTimeMatrix.AddSerie method.
The method use is given in the example for IMsTimeMatrix.CalendarSettings.
See also: