IStyleContainerCollection.Item

Syntax

Item(Index: Integer): IStyleContainer;

Parameters

Index. Style container index in the collection.

Description

The Item property returns the specified style container from the collection.

Comments

Indexation of the style container in the collection is continuous and starts with zero. To get the number of style containers in the collection, use the IStyleContainerCollection.Count property.

Example

The property use is given in the example for IStyleSheet.FindByTag.

See also:

IStyleContainerCollection