Dim cnt As integer = tb.Rows.Count
tb.Cells(cnt,0) = "总计"
tb.Cells(cnt,1) = DataTables("订单").Compute("Sum(金额)")