DataColChanged事件
If e.DataCol.Name = "第二列" Then If e.NewValue Like "*行终*" Then e.DataRow("类型") = "二审" Else If e.newValue Like "*行初*" Then e.DataRow("类型") = "一审" End IfEnd If