PrepareEdit 事件
http://www.foxtable.com/help/topics/0605.htm
例如根据 列A 判断列B是否能编辑
If e.Col.Name = "列B" andalso e.row("列A") <> "123" Then
e.Cancel = TrueEnd If