找回密码
 立即注册

QQ登录

只需一步,快速开始

luoluo

银牌会员

5

主题

17

帖子

2209

积分

银牌会员

积分
2209

活字格认证

luoluo
银牌会员   /  发表于:2012-5-14 11:14  /   查看:4909  /  回复:4
如题
我用的是spread5 for winform中文版

4 个回复

倒序浏览
iceman
社区贡献组   /  发表于:2012-5-14 13:50:00
沙发

回复 1# luoluo 的帖子

luoluo 你好,
请尝试一下代码:

  1. FarPoint.Win.Spread.CellType.GeneralCellType ct = new FarPoint.Win.Spread.CellType.GeneralCellType();
  2.             ct.AcceptsArrowKeys = FarPoint.Win.SuperEdit.AcceptsArrowKeys.None;
  3.             this.fpSpread1.Sheets[0].DefaultStyle.CellType = ct;
复制代码
回复 使用道具 举报
luoluo
银牌会员   /  发表于:2012-5-14 14:03:00
板凳
很好用,谢谢!
回车键也能实现象Excel那样在单元格之间跳转吗?没有找到类似的方法呢
回复 使用道具 举报
luoluo
银牌会员   /  发表于:2012-5-14 15:27:00
地板
会做了,谢谢!
回复 使用道具 举报
iceman
社区贡献组   /  发表于:2012-5-14 15:30:00
5#

回复 4# luoluo 的帖子

:share:
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部