lgxl6925 发表于 2021-5-14 08:34:39

请教:后台给单元格的combox赋值,

给单元格的combox赋值:
fpspread1.sheets.cells.text=" 测试";
显示不出来,
stringcc=fpspread1.sheets.cells.text;
cc也取不到值,

fpspread1.sheets.cells.text=" 测试";
fpspread1.savechanges();
stringcc=fpspread1.sheets.cells.text;
这样也不显示,也取不到

Richard.Ma 发表于 2021-5-14 08:34:40

你好,我这里测试没有发现问题,可以正常的取到值,请发一个demo过来以重现问题

lgxl6925 发表于 2021-5-14 11:05:38

找到问题了,
fpspread1.sheets.cells.text=" 测试";的值必须是combobox的源中有的才行,随便输了个“测试”,所以显示不出来:L

Richard.Ma 发表于 2021-5-14 11:33:02

是的,肯定需要是列表中已有的值
页: [1]
查看完整版本: 请教:后台给单元格的combox赋值,