EaxDocument.getSheetName

Syntax

getSheetName(keyOrId);

Parameters

keyOrId. Key or identifier of the express report document.

Description

The getSheetName method returns name of the express report document sheet by its key or identifier.

Comments

The method returns a String value.

Example

The example of method use is given on the pages with description of the EaxDocument.ActiveSheetKey property and the EaxDocument.checkSheetName method.

See also:

EaxDocument