Using TA 2007 V1 against C# .NET App Developed with NA 2007 V1
I have a gridtable that I need to select rows based on column text. The row parameter for the SelectRow method states: "Row is an extended row path string or row index (only for a top level band)." I can get the method to work fine via numerical index, I just can't figure out the proper string to select the row I am interested in. There are 3 columns in my grid, and the text I am interested in selecting by is in column 0. The text, by itself, is not enough.
How do I find the "extended row path string"?
Thanks