winform Spread 16
如图,我想要在打印按钮的点击事件中获取下拉框的选中索引(selectedIndex),该怎么办?我现在获取到的Value是文本信息(男或女)
你需要完整设置,ItemData Items ,这边测试设置后是可以获取到index 的
fpSpread1.ActiveSheet.Cells.CellType = new ComboBoxCellType() { ItemData = new string[] { "ll", "mll" }, Items = new string[] { "l", "ml" },EditorValue= EditorValue.Index };
需要设置下拉框单元格类型的选项 Richard.Ma 发表于 2023-6-30 18:59
需要设置下拉框单元格类型的选项
在代码中如何设置?是像上图这样吗?但是我获取到的Value值还不是索引,如下图
页:
[1]