The manual (I think) has a mistake it shows as example:
I think it should be
For Each row As ListBoxRow In ListBox1.Rows
(no?)
The other thing that happens is that the dot at row. do not show all the options
If you force the writting then it works, so row.dot do not show the option .RowColumnAt, for example, but if you write it then it seems to work.
Maybe a clarification will be welcome.