// 根據資料行1 (Name) 做大到小排序dataGridView1.Sort(dataGridView1.Columns[1], System.ComponentModel.ListSortDirection.Descending); // 根據資料 ...
確定! 回上一頁