프로그래밍
C#에서 dataGridView의 현재 Row에 있는 Cell 값을 읽어오기
노마드선샤인
2020. 9. 29. 17:50
728x90
https://link2me.tistory.com/804
C# dataGridView 현재 Row의 셀값 읽어내기 (KeyUp), CurrentCell
C# dataGridView 에서 현재 셀의 속성을 이용하여 키보드가 Up 될(커서가 위치할) 때 해당 값을 텍스트박스로 출력하는 방법이다. int columnIndex = dataGridView.CurrentCell.ColumnIndex; int rowIndex = data..
link2me.tistory.com
해결의 실마리까진 아니지만 그래도 도움되는 내용 같다.
728x90