Interacting with editorsSpreadsheet APIMethods更新插件本页总览更新插件 使用指定的插件配置更新插件。 语法 expression.UpdatePlugin(config); expression - 表示一个 Api 类的变量。 参数 名称必填/选填数据类型默认值说明config选填object插件的 配置对象。 返回值 object(对象) 示例 window.Asc.plugin.executeMethod ("UpdatePlugin", [config], function (result) { postMessage (JSON.stringify (result));});