- GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType textcell = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType();
- textcell.WrapMode = GrapeCity.Win.Spread.InputMan.CellType.WrapMode.WordWrap;
- textcell.Multiline = true;
- fpSpread1.Sheets[0].Cells[0, 0].CellType = textcell;
复制代码
您好,请参考代码 |