Hi,
I'm sure there is a simple access to the cells of a ultragrid table.
I have rows - I'll get them via row index: myTable.Rows[i] // myTable is a Ranorerex.Adapter {Table:ultragrid1}
I have columns with headers (e.g. 'Seriennummer', 'Serial Number'), but these headers are a kind of cell attributes.
This is probably quite common with tables...
Spy tells me: .../table/row[i]/cell[@accessiblename='Seriennummer']
But I currently don't understand how to access these columns or cells via their "AccessibleName" and not via column index.
By the way if I need to find the right column index how can I find it by comparing the header 'Seriennummer' with an attribute of the cell?
Meanwhile I review the Ranorex.Adapter concept again and again...
Thanx in advance
Dirk