I need to show the sum of the count column from this datagridview, but I don\'t know how I can get to the data in the datagridview.
count
datagridview
When I
//declare the total variable int total = 0; //loop through the datagrid and sum the column for(int i=0;i