表PrepareEdit事件代码:假定第一列不为空时禁止编辑代码为:
If e.Col.name = "第一列" If e.Row.IsNull("第一列") = False Then e.Cancel = True End IfEnd If