datagridview
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了datagridview相关的知识,希望对你有一定的参考价值。
datagridview.CurrentCell.RowIndex;是当前活动的单元格的行的索引
DataGridView1.CurrentRow.Index 获得包含当前单元格的行的索引
datagridview.SelectedRows 是选中行的集合
datagridview.SelectedColumns 是选中列的集合
datagridview.SelectedCells 是选中单元格的集合
datagridview.Rows[x].Selection=true 设定x行为选中状态
datagridview.FirstDisplayedScrollingRowIndex 显示在首行的索引
以上是关于datagridview的主要内容,如果未能解决你的问题,请参考以下文章