Method
ListBox.ColumnTagAt(Column as
Integer)
As VariantNew in 2019r2Supported 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."