Thank you Denis,
Unfortunately, when I select the whole pane via the win32 spy mode (unable to detect rows) I don't have the 'GetTable' in the Read stage.
I have tried to spy the same element with the Accessibility mode, but there I can't select the whole pane, but only a row 1 by 1. I then tried to remove some attributes (like name, and match index) in order to make BP detect all rows, but then as i suspected, it fails when it detects more than one element.
But isn't it possible in this case (with accessibility mode, with no match index & name attributes) to get as an Integer, the number of elements it sees ?
Like that I could select each row 1 by 1 with the dynamic attribute Match Index.