FormulaEditor.addFunction

Syntax

addFunction(settings: Object);

Parameters

settings. JSON object that contains parameters of added function. An object must contain the following fields: Text - text value of function; Formula - formula; Desc - formula description.

Description

The addFunction method adds a function to the list of functions.

Example

The example of method use is given in description of the FormulaEditor.getFunctionList method.

See also:

FormulaEditor