回复 1楼baigenliang的帖子
目前 Spread for ASP.NET 还无法支持文字自适应列宽大小属性,能否考虑通过自动折行来避免文字展示不全问题?
- FarPoint.Web.Spread.TextCellType test = new FarPoint.Web.Spread.TextCellType();
- test.Multiline = true;
- FpSpread1.Sheets[0].Cells[0, 0].CellType = test;
- FpSpread1.Sheets[0].Cells[0, 0].Value = "Text Cell TypeText Cell TypeText Cell TypeText Cell Type";
复制代码 |