Как же я призываю отдельных клеток на нажатие кнопки в GridView в
How would i call upon all the information in the gridview and sort out how many oof each item there are into listboxes
Что я уже пробовал:
if (dataGridView1.ToLower().Contains('int')) { foreach (DataGridViewRow row in dataGridView1.SelectedRows) { label1.Text = pad.Tostring; } }