Dim pxfs As WinForm.CheckedComboBox = e.Form.Controls("显示隐藏列")
For Each cl As Col In Tables("工程款台账管理").Cols Dim lst1 As new List(of String) lst1.AddRange(pxfs.Text.Split(",")) For Each s1 As String In lst1 If cl.name = s1 Then cl.Visible = False Else cl.Visible = True End If Next Next