Computer Science, asked by Ayaan6369, 5 months ago

WHAT IS COLLECTION OF SELECTED CELLS.

Answers

Answered by Anonymous
3

Answer:

I have a DatagridView control on a Windows form. It's selectionMode property is set to CellSelect.

I want to operate on DatagridViewRow based on selected cells. The DataGridView control is bound to a DataSource.

How to get the Row collection based on selected cells ?

Similar questions