int index = dataGridView_main.CurrentRow.Index; //取得选中行的索引 int pe_batch_id = Convert.ToInt32(dataGridView_main.Rows[index].Cells["pe_batch_id"].Value); //获取单元格列名为‘pe_batch_id’的值
原文地址:https://www.cnblogs.com/wmm-pcy/p/9752885.html
时间: 2024-10-12 08:42:30