scenario: i have a data grid having 4 columns and 20 rows.....
first i want to get the number of used rows.... then read/ write on a particular cell in the grid
Try accessible object actions "get name", "get value", "get description", "set value", "select". Most object don't allow to set value. Then you can select and set value using keyboard.
;Retrieves accessible object for specified cell in NET data grid.
;This object must be data grid. You can call this function multiple times with it.
;Returns the number of used rows.
;nColumns is the number of columns in the grid.
;row and col are 1-based row and column indexes.
int n=a.ChildCount-nColumns-2 if(&ac) ,if(row>n) end "row too big" ,str s.format("child%i child%i" row+nColumns+1 col) ,Navigate(s ac) , ret n err+ end _error