無聲的世界
2014年11月5日 星期三
用foreach逐行讀取DataGridView資料
foreach (DataGridViewRow row in dataGridView1.Rows)
{
string Column1 = row.Cells[0].Value.ToString();
string Column2 = row.Cells[1].Value.ToString();
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言