1 增加一个自定义样式
2 DrawCell 代码:
If e.Col.Name = "第一列" Then If e.Row.IsNull(e.Col.Name) = False '且该列已经输入内容 If e.Row(e.Col.Name) ="-" Then '如果该列的值="-" e.Style = "错误警告" End If End IfEnd If