IEaxAnalyzer.ActiveSheet

Fore Syntax

ActiveSheet: IEaxSheet;

Fore.NET Syntax

ActiveSheet: Prognoz.Platform.Interop.Express.IEaxSheet;

Description

The ActiveSheet property determines active sheet of the express report.

Comments

The property is relevant if additional sheets are set for express report in the IEaxAnalyzerCore.Sheets collection. Only one sheet, corresponding to the current express report, is created by default. This sheet is set as active automatically.

See also:

IEaxAnalyzer