IEaxRangeFormatConditions.Count

Syntax

Count: Integer;

Description

The property is read-only.

The Count property returns the number of styles in the collection.

Comments

Collection capacity is the number of element a collection can contain. The Count property is the number of variables actually contained in the collection.

Capacity always exceeds or equals to the Count property value. If capacity of the Count property is exceeded when a new style is added to the collection, the capacity automatically increases.

Example

The property use is given in the example for IEaxRangeFormatConditions.Item.

See also:

IEaxRangeFormatConditions