int rows = dataGridView1.CurrentRow.Index;
int coll = dataGridView1.CurrentCell.ColumnIndex;
看到很多人在网上找,取dataGridView的行和列的信息,今天偶而发一下。
时间: 2024-09-29 03:19:41
int rows = dataGridView1.CurrentRow.Index;
int coll = dataGridView1.CurrentCell.ColumnIndex;
看到很多人在网上找,取dataGridView的行和列的信息,今天偶而发一下。