DataGridviewi 类型

时间:2020-07-16 11:50:26   收藏:0   阅读:86
   ((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;

  技术图片

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!