dineshreddy_512
13 years agoNew Contributor
how to check if a column is visible on a grid
I make a datagridcolumn invisible on certain conditions. How can I check if a column of a grid control is visible or not in Test complete script ?
- 13 years agoHello Jay,
Thanks for the reply. I got it working and I did use the native properties of the control. Just in case if someone needs an answer, here it is
WinFormsObject("gridControl").MainView.Columns.ColumnByName("gridColumnName").visible