GetCustomFunctions
Returns a library of local custom functions.
Syntax
expression.GetCustomFunctions();
expression
- A variable that represents a Api class.
Parameters
This method doesn't have any parameters.
Returns
string
Example
window.Asc.plugin.executeMethod ("GetCustomFunctions", null, function (res) {
console.log ("First custom function: " + res[0])
});