DataGridViewComboBoxColumn

DataGridViewComboBoxColumn

本文介绍了DataGridViewComboBoxColumn在运行时......的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨我在运行时创建了一个DataGridViewComboBoxColumn,找到了选定的项目,但是当我在项目中编写此代码时,它返回null

HiI created a DataGridViewComboBoxColumn in run time and I found the selected item, but when I wrote this code in my project it returns null

datagridview1.Rows[i].Cells[0].Value.ToString();



请帮助我



Please Help Me

推荐答案


这篇关于DataGridViewComboBoxColumn在运行时......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 06:04
查看更多