ListBox.ColumnTag

From Xojo Documentation

Method

ListBox.ColumnTag(Column as Integer) As Variant

New in 2010r4

Supported for all project types and targets.

Gets and sets the ColumnTag for each column. Column is zero-based. ColumnTag can be viewed in the Debugger.

Sample Code

Me.ColumnTag(4) = "My column tag"