for (int i = 0; i < dataGridView2.Rows.Count-1; i++ )
{
string subject = dataGridView2.Rows[i].Cells["ColumnSubject"].Value.ToString();
string point = dataGridView2.Rows[i].Cells["ColumnPoint"].Value.ToString();
}
ไม่บอกว่า ภาษาอะไร เอา C# ไปแล้วกัน
เอา array subject, point ไปรับออกมาเองแล้วกัน
value อยากได้เป็น int, string ก็ไป convert เองแล้วกันน่ะครับ