If e.Table.name = "窗口1_Table1" Then If user.Type = UserTypeEnum.User Then Dim ary() As String = {"第一列", "第二列"} If array.indexOf(ary, e.Col.name) >= 0 Then If user.Group <> "FIN" Then e.cancel = True End If Else If user.Group = "FIN" Then e.cancel = True End If End If End If End If