ListBoxRow.Columns
From Xojo Documentation
Method
Returns a ListBoxColumn which can be used to iterate through the columns of a ListBoxRow.
Example
The following example iterates through all the rows of ListBox1 adding any rows where any column is blank to the rowsWithMissingValues array: