IEaxRangeCellStyles.Item

Syntax

Item(Index: Integer): IEaxRangeCellStyle;

Parameters

Index. Style index in the collection.

Description

The Item property returns a style from the collection based on its index.

Comments

Item grants access to a certain style in the collection. The Index parameter value should be a non-negative number less than the value of the IEaxRangeCellStyles.Count property. Index of the first style in a collection is 0, index of the last style equals to IEaxRangeCellStyles.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for IEaxRangeCellStyles.Count.

See also:

IEaxRangeCellStyles