活字格获取单元格对象方法
var param = this.CommandParam;
var targetCellFormula = param.ScanCode;
var cellLocation = this.getCellLocation(targetCellFormula);
var cellInfo = JSON.stringify(cellLocation);
Forguncy.Page.getCellByLocation(JSON.parse(htmlmsgval.cellInfo)).setValue('OK');
暂无评论
快来发表第一条评论吧!