Forum Discussion

Braggart's avatar
Braggart
New Member
4 hours ago

Python help

Hello.

I've been trying to get a value from a grid's specific location (row, column) using Python but seems to struggle finding the correct method. So far, the closest method I found is .SelectItem(), but it returns the row's entire value as one long string without white spaces. In javascript, I was easily able to achieve this using the .wItem(row, column) method.

Would appreciate any leads.

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    What properties and methods are shown for your control, when using the Object Spy tool?