DataGridviewi 类型

时间:2020-07-16 10:56:58   收藏:0   阅读:46
   ((DataGridViewComboBoxColumn)this.dataGridView1.Columns["Column2"]).Items.Add("adfd");

 

 textBox1.Text = dataGridView1.Rows[0].Cells[1].Value.ToString();

  

dataGridView1.Rows[0].Cells[0].Value = "没有天理";
dataGridView1.Rows[0].Cells[3].Value = "还没到";
textBox1.Text = dataGridView1.Rows[0].Cells[1].Value.ToString();
textBox1.Text =textBox1.Text+" " +dataGridView1.Rows[0].Cells[2].Value;

  技术分享图片

原文:https://www.cnblogs.com/jjyy2008cn/p/13320741.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!