Source Code Form Utama: Formutama Eventargs
Source Code Form Utama: Formutama Eventargs
End Sub
End Sub
End Class
______________________________________________________________________________________
End Sub
For i = 0 To dgv.RowCount - 1
tot = tot + dgv.Rows(i).Cells(2).Value
jumlah_sks.Text = tot
Next i
End Sub
For i = 0 To dgv.RowCount - 1
hapus = hapus + dgv.Rows(i).Cells(2).Value
jumlah_sks.Text = hapus
Next i
End Sub
End Sub
End Class