找回密码
 立即注册

QQ登录

只需一步,快速开始

liuyinlong

初级会员

24

主题

59

帖子

448

积分

初级会员

积分
448

活字格认证

liuyinlong
初级会员   /  发表于:2014-3-18 18:26  /   查看:4669  /  回复:1
ProgressCellType 进度条无法更改属性,颜色,风格都不可以改呢?

1 个回复

倒序浏览
roger.wang
社区贡献组   /  发表于:2014-3-19 09:19:00
沙发
回复 1楼liuyinlong的帖子

请问您是如何操作的,能给个demo吗? 帮您分析分析,看哪里出了问题。

ProgressCellType 的使用,有在线demo和文档:

  1. FarPoint.Win.Spread.CellType.ProgressCellType progcell = new FarPoint.Win.Spread.CellType.ProgressCellType();
  2. progcell.FillColor = Color.Red;
  3. fpSpread1.ActiveSheet.Cells[0, 0].CellType = progcell;
复制代码


Spread Windows Forms 7.0 Product Documentation > Developer's Guide > Customizing Interaction with Cell Types > Working with Graphical Cell Types > Setting a Progress Indicator Cell
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部