Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Hot to using GetCellData get value in multi-band grid ?
posted

Hi Team,

There is a multi-band grid , now i want to get the text  of 'Test4' using 'GetCellData' like this

<==

strData  = SwfWindow("Application 8.0.0").SwfWindow("Review Recon").SwfTable("grdRecords").GetCellData ("2;0","Investment")

Print strData

==>

but the value always display as 'Test2', so could you please show me an example how to get the value 'Test4' or any comments about using the GetCellData  with multi-band grid, many thanks !