回复 1楼liuyinlong的帖子
请问您是如何操作的,能给个demo吗? 帮您分析分析,看哪里出了问题。
ProgressCellType 的使用,有在线demo和文档:
- FarPoint.Win.Spread.CellType.ProgressCellType progcell = new FarPoint.Win.Spread.CellType.ProgressCellType();
- progcell.FillColor = Color.Red;
- 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 |