Forum Discussion
Anonymous
13 years agoNot applicable
Hi Murugesan,
Are you using the Flex DataGrid control? TestComplete provides some helper properties and methods to get access to this control. For example:
wColumnCount - returns the total number of grid columns.
wRowCount - returns the number of grid rows.
wValue - gets or sets the value in the specified cell.