Item(Index: Integer): ILanerCellAttribute;
Item[Index: integer]: Prognoz.Platform.Interop.Laner.ILanerCellAttribute;
Index. Attribute index in the collection.
The Item property returns attribute from the collection by its index.
Indexation of attributes in the collection starts with zero. To get the number of collection attributes, use the ILanerCellAttributes.Count property.
The property use is given in the example for ILanerCellAttribute.NamingFormat.
See also: