循環遍歷DataGridView各行某列數據

循環遍歷DataGridView各行某列數據 如此作web foreach (DataGridViewRow dgr in dataGridView1.Rows) { if (dgr.Cells["Column1"].Value == null) { break; } label1.Text += dgr.Cells["Column1"].Value
相關文章
相關標籤/搜索