摘要: DataGridView 表格控件使用 1、光标控制 1.1选中代码控制 //让指定行处于选中状态(状态)dataGridView1.CurrentCell = dataGridView1.Rows[selectIndex].Cells[1];dataGridView1.CurrentRow.Sel 阅读全文
posted @ 2024-01-17 20:30 博客YS 阅读(94) 评论(0) 推荐(0)