你好,我安装了V14 界面上拉了一个fpspread ,我看它自动就是
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(FarPoint.Win.Spread.LegacyBehaviors.None, resources.GetObject("resource1"));
FarPoint.Win.Spread.CellType.TextCellType text = new FarPoint.Win.Spread.CellType.TextCellType();
text.WordWrap = true;
text.Multiline = true;
this.fpSpread1.Sheets[0].Columns[0].CellType = text;
this.fpSpread1.Sheets[0].Cells[0, 0].Text = "测试测试测试测试测试测试测试测试测试测试测试";
依旧没有自动行高,但在表格中手动打字行高会变的,咋整呢
|
|