Computer

[C#] DataGridView에서 원하는 값을 얻어오는 방법

창천(蒼天) 2013. 3. 28. 15:13


DataGridViewRowCollection rowCollection = dataGridView_excel_data.Rows;
string getStr = rowCollection[1].Cells[3].Value.ToString();