Powershell DataGridView - looping through rows in checkbox column to see if checked
问题 I'm trying to create a powershell form that will get all processes into a datagridview (which works OK so far). I'm then adding an additional column infront of the datasource with each row as a checkbox. I'd then like to press a button on my form which starts the Function called Do-Grid, and it is meant to go through and see which checkboxes in this first column have been checked. And this is where I get stuck. I'm unable to figure out how to loop through each row/cell only in this column and