Controls [vb.net] DataTable(데이터 테이블)에서 DataRow(행) 인덱스 찾기 및 가져 오기
페이지 정보
본문
Dim DT As DataTable = DataGridView1.DataSource
Dim DTR As DataRow = DT.Rows(3)
Dim i As Integer = DT.Rows.IndexOf(DTR)
- 이전글[vb.net] Controls 화면 업데이트를 중지시키는 방법(Controls ScreenUpdating) 19.09.18
- 다음글[vb.net] 문자 회전해서 그리기(drawstring rotate text) 19.08.13
댓글목록
등록된 댓글이 없습니다.