datagridview calcaulation

divjoy

Well-known member
Joined
Aug 25, 2013
Messages
159
Programming Experience
1-3
Hi,

I have a datagridveiw with 8 columns (dataypes as Double), for each row I have to add togther the first 7 columns together and multiply the total by the final column.

Then add all column totals together.

So code wise, I was thinking 2 nested For Next loops...

Is there any other way of doing it?
 
Back
Top