How to get number of rows selected using Cell Select as Selection Mode in C#?

前端 未结 0 530
夕颜
夕颜 2020-12-04 23:22

Here I can retrieve the information about selected cell like so.

DataGridViewCell selectedCell = productSpecGrid.SelectedCells[0];
int rowIndex = selectedCell         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题