I have a datagridveiw with 6 differnet columns. I got 2 columns with the header names, "In" and "Out".
So my question is, how can i get the sum of each showing in a seperate textbox. Not by the # of columns there are but by the name of the header?
Example:
Textbox1.text= the sum of the column named "In"
Textbox2.text= the sum of the column named "Out"