If e.DataCol.name ="第一列" Then If e.DataRow("第一列")= "sc" Then e.DataRow("第二列")=5 Else e.DataRow("第二列")=0 End IfEnd If
表的DataColChanged