找回密码
 立即注册

QQ登录

只需一步,快速开始

papafe

注册会员

17

主题

43

帖子

144

积分

注册会员

积分
144
papafe
注册会员   /  发表于:2017-7-20 15:20  /   查看:3945  /  回复:1
spreadjs怎么获取当前所在单元格行列

1 个回复

倒序浏览
dexteryao讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2017-7-20 16:59:33
沙发
getActiveColumnIndex 和 getActiveRowIndex
sheet.setActiveCell(5,5);
alert(sheet.getActiveColumnIndex());
alert(sheet.getActiveRowIndex());
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部