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
205
How I get value as TEXT with GetCellData() in SwfTable
posted

I’m Using 8.3CLR 2.0 + QTP 9.2

We have SwfTable (see the attach) when I use SwfTable(…).GetCellData([RowNumber], “Autid Action”) I get the number as it’s appear in deciphering Table.

How I can get the text ?

For_INF.zip
Parents
  • 6729
    Suggested Answer
    Offline posted

    Hi Avishaiy,

    Try this:

    SwfTable(...).ActivateCell([RowNumber],"Audit Action")

    Dim CellText= SwfTable(...).GetNAProperty.("ActiveCell.Text")

    I hope this will work for you

    Regards,

    Ammar

Reply Children