prepareEdit事件
If e.Col.Name = "列A" Then
e.Cancel = true
End If
DataColChanging事件
If e.DataCol.Name = "列A" Then