
你好,导出pdf文件后,空格变成全角空格了,占一个汉字的位置,空格是用的 怎么设置让占用半个汉字的位置呢,
TextCellType ct = new FarPoint.Web.Spread.TextCellType();
ct.AllowWrap = true;
fp.Sheets[0].Cells[r, c].CellType = ct;
fp.Sheets[0].Cells[r, c].Text = "对方的 发挥地方跌幅高达"; |
|
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|