Skip to Content
0
Former Member
May 22, 2012 at 07:21 AM

Computation

33 Views

Hi experts, just want to ask how can I get the total of my row if I have a 100 lines.

I'm using

For i As Integer = dgCOLUMNS.Rows.Count - 1 To 0 Step -1

Next

But it's so slow when computing. Is there any alternative?

I just want to duplicate the process of Purchased Order when computing the DocTotal.