Private Sub CalculateNet2()
Dim i As Integer = 0
Dim tmpNetTotal As Double = 0
For i = 0 To DataGridView1.Rows.Count - 1
tmpNetTotal += CDbl(DataGridView1.Rows(i).Cells(5).Value)
Next
txt_totall.Text = tmpNetTotal.ToString("#,##0.00")
End Sub
Date :
2011-10-07 15:26:37
By :
Testprogram
No. 6
Guest
ขอบคุณ Mr.com ค่ะ
Date :
2011-10-22 18:08:32
By :
nongnoo
No. 7
Guest
ถ้าเราเขียน datagrid โดยใช้ class เวลา เราจะคำนวณ ผลรวมจาก gridview มาใส่ text ต้องวนรูปแบบไหนคะ