startEdit事件
If e.Col.Name = "第二列" AndAlso e.Row.IsNull("第一列") Then
msgbox("请先填写第一列")
e.Cancel = True
End If