2010년 5월 1일, 2막

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

Computer

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

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


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


'Computer' 카테고리의 다른 글

[C#] OpenXML을 이용하여 Excel 파일의 빈 칸 읽기  (0) 2013.03.29
[C#] From Excel to DataTable in C# with Open XML  (0) 2013.03.29
[C#] OpenFileDialog 사용법  (0) 2013.03.28
0. Setting  (0) 2013.03.13
eUML 사용법  (0) 2013.01.24