Class
ListBoxColumn
Warning
This item was deprecated in version 2021r3. Please use DesktopListBoxColumn as a replacement.
Description
A class used to iterator (and access the values, tags and types of) the columns of a ListBoxRow.
Property descriptions
ListBoxColumn.Tag
Tag As Variant
The tag associated with the ListBoxColumn of a ListBoxRow.
This property is read-only.
ListBoxColumn.Type
Type As ListBox.CellTypes
The type of a ListBoxColumn from a ListBoxRow.
This property is read-only.
ListBoxColumn.Value
Value As String
The value associated with the ListBoxColumn of a ListBoxRow.
This property is read-only.
Compatibility
All project types on all supported operating systems.
See also
Object parent class; ListBox, ListBoxRow classes