I’m want to send more than one mail from selected cells in dataGridView, but don’t know how to find out which cells are selected, so the question is how to find out which cells are selected?
Can I make some loop to iterate through cells and test which cell are selected (checked)?
Language c#.
Use the DataGridView.SelectedCells property.