ListBox.ColumnTagAt

From Xojo Documentation

Method

ListBox.ColumnTagAt(Column as Integer) As Variant

New in 2019r2

Supported for all project types and targets.

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

Sample Code

Me.ColumnTagAt(4) = "Enter your birthdate."