EaxMdService.addSheet

Syntax

addSheet(doc: PP.Exp.EaxDocument, sheetName: String, setIsActive: Boolean, callback: PP.Delegate);

Parameters

doc. Document to which a sheet is added.

sheetName. Name of the added sheet.

setIsActive. Indicates if the sheet is to be active.

callback. Adds new sheet to the document

Description

The addSheet method adds a new sheet to an express report document.

Example

The example of use is given on the page with description of the ExpressBox.getService method.

See also:

EaxMdService