IStyleContainerCollection.Count

Syntax

Count: Integer;

Description

The Count property returns the number of style containers in the collection.

Comments

To get styles container from the collection, use the IStyleContainerCollection.Item property.

Example

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

See also:

IStyleContainerCollection