这个用代码,设置在DAtaColChanged事件:
If e.DataCol.Name = "完成时间" Then
If e.DataRow.IsNull("完成时间") = False Then
e.Datarow("样品进度") = “已完成”
End If