Dim zl As DataRow = e.DataRowSelect Case e.DataCol.Name Case "件数","件重" zl("数量") = zl("件数") * zl("件重")End Select