ILanerCellAttributes.Item

Fore Syntax

Item(Index: Integer): ILanerCellAttribute;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Laner.ILanerCellAttribute;

Parameters

Index. Attribute index in the collection.

Description

The Item property returns attribute from the collection by its index.

Comments

Indexation of attributes in the collection starts with zero. To get the number of collection attributes, use the ILanerCellAttributes.Count property.

Fore and Fore.NET examples

The property use is given in the example for ILanerCellAttribute.NamingFormat.

See also:

ILanerCellAttributes