IMsTimeMatrix.Column

Fore Syntax

Column(Index: Integer): Variant;

Fore.NET Syntax

Column(Index: integer): object;

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.

Fore and Fore.NET Examples

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

See also:

IMsTimeMatrix