vish_borade
12 years agoOccasional Contributor
How to get grid column index by column ID
Hi,
I am trying to write a JScript function to get a grid's column index by column ID.
Is there any API function or property exposed by TestComplete wherein i can access a column's ID?
What i am trying to do is iterate over grid columns and compare each column's ID with the given ID.
I have thoroughly searched TestComplete docs as well as samples and tutorials.
But i cant find any way to access column ID.
Any help would be really welcome.