addSheet(doc: PP.Exp.EaxDocument, sheetName: String, setIsActive: Boolean, callback: PP.Delegate);
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
The addSheet method adds a new sheet to an express report document.
The example of use is given on the page with description of the ExpressBox.getService method.
See also: