你好,Spread 目前不支持这个 case ,给你带来不便,十分抱歉,这里一些建议:
1.使用 Spread ComBoBoxCellType 绑定数据字典,设置如下。
- string[] cbstr;
- cbstr = new String[] { "Jan", "Feb", "Mar", "Apr", "May", "Jun" };
- FarPoint.Web.Spread.ComboBoxCellType cmbbx = new FarPoint.Web.Spread.ComboBoxCellType(cbstr);
- cmbbx.ShowButton = true;
- cmbbx.UseValue = true;
- FpSpread1.ActiveSheetView.Cells[0, 0].CellType = cmbbx;
复制代码 效果图
png
不过不支持用户编辑功能。 |