码迷,mamicode.com
首页 > 其他好文 > 详细

EPX-Studio脚本调用

时间:2020-03-12 14:24:44      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:this   eem   rand   run   roo   com   class   div   proc   

procedure TF408017792.Button1Click(Sender: TObject);
var NEPX: IExcelPanelXDisp;
begin
  NEPX := this.NewEPX;
  NEPX.ScriptRun(CommandLine.ModuleRoot + \Script\M1826196890.rpas,0,1,Random(99999));
  NEPX.FreeMe;
  NEPX := nil;
end;

 

EPX-Studio脚本调用

标签:this   eem   rand   run   roo   com   class   div   proc   

原文地址:https://www.cnblogs.com/xenli/p/12468825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!