Forum Discussion
tmahender12
11 years agoFrequent Contributor
I need ole value value for "Asset Journals 1" string, with out that iam unable to verify the string displayed or not. is there any other method to identify the elements inside the Grid?
HKosova
Alumni
11 years agoIt depends on how that row is implemented in your application. If it's a regular row, its data should be in grid.wValue(row, column). If it's a summary row, try looking in grid.Rows.SummaryValues.Item(index), or see if this helps. Or ask your application developers how to access those values from code.