如何在 vb.net 中获取选定的 DataGridViewComboBoxColumn 值?
如何在 vb.net 中获取选定的 DataGridViewComboBoxColumn 值?
How to get selected DataGridViewComboBoxColumn values in vb.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的谷歌搜索中的第一个链接:-)
如何:访问 Windows 窗体 DataGridViewComboBoxCell 下拉列表中的对象
此 MSDN 页面上有一个完整的示例。
关于获取所选值,请特别注意以下事项
单击代码框中的“VB”可查看相应的 VB.net 代码语法
The first link in my google search :-)
How to: Access Objects in a Windows Forms DataGridViewComboBoxCell Drop-Down List
There is a complete example on this MSDN page.
Specifically note the following regarding getting the selected values
Click on "VB" in the code boxes to see the appropriate VB.net code syntax