ListBox.Column
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.ColumnAt as a replacement. |
Property (As ListColumn )
aListBox.Column(ColumnNumber as Integer) = newListColumnValue
or
ListColumnValue = aListBox.Column(ColumnNumber as Integer)
Supported for all project types and targets.
or
ListColumnValue = aListBox.Column(ColumnNumber as Integer)
Supported for all project types and targets.
Enables you to access the ListColumn properties of the specified column. The first column is numbered zero.
Notes
Use -1 to refer to all columns.