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.

Example

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

See also:

IStyleContainerCollection