ModuleObject.getService

Syntax

getService();

Description

The getService method returns service for working with a module.

Comments

Type of the value returned by this method depends on the unit type. For example, if an express report is loaded the getService method returns a value of the PP.Exp.EaxMdService type. If the workbook is loaded, an object of the PP.TS.TSService type.

See also:

ModuleObject