IStyleContainerCollection.Count

Fore Syntax

Count: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IStyleContainerCollection