Forum Discussion
4 Replies
- shankar_rCommunity Hero
Hi,
Test Complete doesn't go to cell level object for some of the grids types, This may part of that.
But you can access the values using below functions,
youTableObject.wRowCount - To get row count
youTableObject.wColumnCount - To get column count
youTableObject.wValue(row,col) - To get cell value
for more details
http://helpcentral.componentone.com/docs/vsflexgrid8/vsflexgridpropertieseventsandmethods.htm
- aerofanOccasional ContributorIt says object cannot be find when i tried to use the wRowCount
- sanjay0288Frequent Contributor
Attachment is missing in your post. Can you attach the screenshot of the grid along with its full properties and methods
- aerofanOccasional Contributor