IMsTimeMatrix.Column

Syntax

Column(Index: Integer): Variant;

Parameters

Index. Matrix column index.

Description

The Column method returns a matrix column by its index.

Comments

To get series point value by its index, use the IMsTimeMatrix.Item property.

Example

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

See also:

IMsTimeMatrix