private int sum;

。。。。。。

e.Row.Cells[3].Text = "合计:";

//e.Row.Cells[12].Text = sum修改如下
e.Row.Cells[12].Text = sum.ToString();

相关文章:

  • 2021-05-30
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-07-01
相关资源
相似解决方案