'DataGridview에서 마지막 행에 선택
DataGridView1.MultiSelect = False '(중복 row 선택 불가)
DataGridView1.Rows(DataGridView1.Rows.Count - 1).Selected = True
'VB.net > DataGridView' 카테고리의 다른 글
Datagridview Rowheader 컨트롤 (0) | 2018.03.16 |
---|---|
Datagridview 속성들 (0) | 2018.03.16 |
Datagridview 값 가져오기 (0) | 2018.03.16 |
Datagridview 마지막 행으로 스크롤 (0) | 2018.03.16 |
Datagridview 내림차순정렬 (0) | 2018.03.16 |