Ver originalDataGridViewCell dgc; double subtotal = 0; for (int i = 0; i < dgwProforma.Rows.Count; i++) { dgc = double.Parse(dgwProforma.Rows[i].Cells[6]); subtotal += dgc;