lgxl6925 发表于 2021-5-13 15:01:31

求助:获取单元格combobox的值:

求助:获取单元格combobox的值:farpoint.web.spread.comboboxcelltype comb=newfarpoint.web.spread.comboboxcelltype();

comb.datasource=ds.tables["fh"];
comb.datatextfied="aa";
comb.datavaluefield="bb";
fpspread1.sheets.cells.celltype=comb;
正常。选择这单元格,点击取值:
protected void button1_click(object sender,eventargs e)
{
string a1=fpspread1.activesheetview.cells.text;
取出的是null
string a2=fpspread1.activesheetview.cells..value.tosting();
报错提示:未将对象引用设置到对象的实例


}

Richard.Ma 发表于 2021-5-13 15:01:32

需要点击对号更新数据后,单元格的值才会发生变化

lgxl6925 发表于 2021-5-13 16:47:29

本帖最后由 lgxl6925 于 2021-5-13 16:54 编辑

谢谢

Richard.Ma 发表于 2021-5-13 17:55:43

不客气
页: [1]
查看完整版本: 求助:获取单元格combobox的值: