PrepareEdit
If e.Col.Name = "A列" Then e.Col.Combolist = DataTables("A表").GetComboListString("A列")End If
这样好像可以排除重复的列项目。。