Interacting with editorsSpreadsheet APIMethods获取自定义函数本页总览获取自定义函数 返回本地自定义函数库。 语法 expression.GetCustomFunctions(); expression - 表示 Api 类的变量。 参数 此方法无参数。 返回值 string(字符串) 示例 window.Asc.plugin.executeMethod ("GetCustomFunctions", null, function (res) { console.log ("First custom function: " + res[0])});