Forum Discussion
aminsaurabh
11 years agoOccasional Contributor
you can always calculate the cordinates on the fly by using
gridobj.MainView.get_ViewInfo.RowsInfo.GetInfoByHandle(rowhandle).Cells.Item(coloumobj).bounds
then can pass it to the click .
or in the newer version of testcomplete you just have to enable the option of developer express in the projectproperties>objectmapping>
cheers
gridobj.MainView.get_ViewInfo.RowsInfo.GetInfoByHandle(rowhandle).Cells.Item(coloumobj).bounds
then can pass it to the click .
or in the newer version of testcomplete you just have to enable the option of developer express in the projectproperties>objectmapping>
cheers