DesktopListBox.ColumnAttributesAt

From Xojo Documentation

Property (As DesktopListBoxColumn )
aDesktopListBox.ColumnAttributesAt(columnNumber as Integer) = newDesktopListBoxColumnValue
or
DesktopListBoxColumnValue = aDesktopListBox.ColumnAttributesAt(columnNumber as Integer)

New in 2021r3

Supported for all project types and targets.

Enables you to access the DesktopListBoxColumn properties of the specified column.

Notes

Use DesktopListBox.AllColumns to refer to all columns.