Question
3
Replies
59
Views
Bankofamerica.com
Posted: March 4, 2019
Last activity: April 9, 2019
Closed
How to read data in specific cell in Grid Control for Windows application automation.
I am doing automation for windows application and i have grid control in the application and i want to get the specific cell value in Grid control.
How to i get cell value in Grid control.
it depends on how you're interrogating it. If you're interrogating the whole grid you could use GetCellValue(), or you could interrogate the cell and clone it then get the value from the referenced cell.
http://help.openspan.com/80/Components/Data_Grid_-_Properties,_Methods_and_Events.htm
http://help.openspan.com/80/Adapters_Interrogation/Win32_Applications_MDIChild_Windows.htm