单元格Formatter
效果类似在Excel中把单元格的数字样式设置为文本 那么在spreadsheet中的formatterString是什么 回复 1楼lonely红茶的帖子给您个测试代码可以查看效果:
gcSpreadSheet1.Sheets.Cells.Formatter = new GrapeCity.Windows.SpreadSheet.Data.GeneralFormatter(GrapeCity.Windows.SpreadSheet.Data.FormatMode.CustomMode, "#,##0.000 ");
gcSpreadSheet1.Sheets.SetValue(0, 4, 11111111111111.112);
Spread 的format string 和 Excel 基本通用。 文本的formatterstring是什么?
回复 3楼lonely红茶的帖子
文本没有任何 特殊标记串,具体的格式可以通过设计器查看:
回复 3楼lonely红茶的帖子
为了给你提供更优质的服务,请对本次服务进行评分。我们会认真对待你提出的宝贵意见,谢谢
http://gcdn.gcpowertools.com.cn/attachment.aspx?attachmentid=10062
页:
[1]