Forum Discussion
HKosova
Alumni
11 years agoGrids can have hidden columns. wColumnCount includes both visible and hidden columns. You can check the column captions - wColumn(index) - and compare with what you see in the grid to learn what columns are hidden. If you need to test the number of visible colums, you can use the grid's View.VisibleColumns.System_Collections_ICollection_Count property.