找回密码
 立即注册

QQ登录

只需一步,快速开始

nalen

中级会员

10

主题

19

帖子

649

积分

中级会员

积分
649

活字格认证

nalen
中级会员   /  发表于:2014-12-12 15:00  /   查看:5071  /  回复:3
farpoint spread 如何让查询出来的数据按要求换行

3 个回复

倒序浏览
iceman
社区贡献组   /  发表于:2014-12-12 17:25:00
沙发
回复 1楼nalen的帖子

可以设置需要换行Column的单元格类型为 TextCellType,TextCellType 设置方式请参考:

  1. FarPoint.Win.Spread.CellType.TextCellType txt = new FarPoint.Win.Spread.CellType.TextCellType();
  2. txt.Multiline = true;
  3. fpSpread1.Sheets[0].Columns[0].CellType = txt;
复制代码

评分

参与人数 1满意度 +5 收起 理由
nalen + 5

查看全部评分

回复 使用道具 举报
nalen
中级会员   /  发表于:2014-12-14 13:13:00
板凳
回复 2楼iceman的帖子

嗯  谢谢  很好
回复 使用道具 举报
iceman
社区贡献组   /  发表于:2014-12-15 16:25:00
地板
回复 3楼nalen的帖子

客气了,本帖关闭。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部