IEmSections.Count

Fore syntax

Count: Integer;

Fore.NET syntax

Count: integer;

Description

The Count property returns the number of available report sections.

Comments

Indicator of whether the section is output in the report is returned by the IEmSections.IsTurnedOn property.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.Add.

See also:

IEmSections