If e.IsFocusCell AndAlso e.Col.Name = "县市" Then e.Col.Combolist = DataTables("行政区域").GetComboListString("县市", "[省] = '" & e.Row("省") & "'")End If
使用以下代码后,发现,表格内下拉列表内的行太近,不方便点,请问怎么设?