Item(Index: Integer): IStyleContainer;
Index. Style container index in the collection.
The Item property returns the specified style container from the collection.
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.
The property use is given in the example for IStyleSheet.FindByTag.
See also: