lonely红茶 发表于 2015-7-29 16:08:00

单元格Formatter

效果类似在Excel中把单元格的数字样式设置为文本 那么在spreadsheet中的formatterString是什么

iceman 发表于 2015-7-29 16:35:00

回复 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 基本通用。

lonely红茶 发表于 2015-8-1 15:27:00

文本的formatterstring是什么?

iceman 发表于 2015-8-3 09:56:00

回复 3楼lonely红茶的帖子

文本没有任何 特殊标记串,具体的格式可以通过设计器查看:

iceman 发表于 2015-8-14 09:34:00

回复 3楼lonely红茶的帖子

为了给你提供更优质的服务,请对本次服务进行评分。我们会认真对待你提出的宝贵意见,谢谢
http://gcdn.gcpowertools.com.cn/attachment.aspx?attachmentid=10062
页: [1]
查看完整版本: 单元格Formatter