(GridView1.Columns.View.GetFocusedRowCellValue("NET PRFIT", I))
End Try Dim solprofit As Double = 0 Dim retproft As Double = 0 For I As Integer = 0 To GridView1.RowCount - 1 Try solprofit = solprofit + CDbl(GridView1.Columns.View.GetFocusedRowCellValue("NET PRFIT", I)) Catch ex As Exception End Try Next TxtOpCrTotal.Text = FormatNumber(solprofit)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)