does the below answer your question ?
Code:
oChild = Browser("Page").FlexApplication("App").FlexContainer("index:52").FlexBox("box1").FlexBox("box2").FlexDataGrid("grid").ChildObjects
rowcount = Browser("Page").FlexApplication("App").FlexContainer("index:52").FlexBox("box1").FlexBox("box2").FlexDataGrid("grid").GetRoProperty("Rowcount")
colcount = Browser("Page").FlexApplication("App").FlexContainer("index:52").FlexBox("box1").FlexBox("box2").FlexDataGrid("grid").GetRoProperty("ColumnCount")
For i = 1 to rowcount
oCellValue = oChild(i).GetRoProperty("AutomationName")
Next
Hope this helps.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.