startEdit 事件
If e.row("性别") = "女" AndAlso user.name <> "A" Then
e.Cancel = true
ElseIf e.row("性别") = "男" AndAlso user.name <> "B" Then
e.Cancel = True
End If