전체 글203 Datagridview에서 마지막 행 선택 'DataGridview에서 마지막 행에 선택 DataGridView1.MultiSelect = False '(중복 row 선택 불가) DataGridView1.Rows(DataGridView1.Rows.Count - 1).Selected = True 2018. 3. 16. Datagridview 마지막 행으로 스크롤 'DataGridView에서 마지막 행으로 스크롤 DataGridView1.FirstDisplayedScrollingRowIndex = DataGridView1.Rows.Count - 1 2018. 3. 16. Datagridview 내림차순정렬 DataGridView1.Sort(DataGridView1.Columns(1), System.ComponentModel.ListSortDirection.Ascending) 2018. 3. 16. 이전 1 ··· 48 49 50 51 다음