EaxDocument.getSheet

Syntax

getSheet(keyOrId);

Parameters

keyOrId. Key or identifier of the express report document.

Description

The getSheet method returns sheet of express report document by its key or identifier.

Comments

The method returns a PP.Exp.EaxAnalyzer object.

Example

The example of method use is given on the page with description of the EaxDocument.ActiveSheetKey property.

See also:

EaxDocument