ListBox.ColumnTag


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.ColumnTagAt as a replacement.

Description

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"

Compatibility

All projects types on all supported operating systems.