<div class="meta" robots="noindex">

</div>

Class

# ListBoxColumn

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2021r3. Please use `DesktopListBoxColumn</api/user_interface/desktop/desktoplistboxcolumn>` as a replacement.

</div>

## Description

A class used to iterator (and access the values, tags and types of) the columns of a `ListBoxRow</api/deprecated/listboxrow>`.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                         | Type                                   | Read-Only | Shared |
|------------------------------|----------------------------------------|-----------|--------|
| `Tag<listboxcolumn.tag>`     | `Variant</api/data_types/variant>`     | ✓         |        |
| `Type<listboxcolumn.type>`   | `ListBox.CellTypes<listbox.celltypes>` | ✓         |        |
| `Value<listboxcolumn.value>` | `String</api/data_types/string>`       | ✓         |        |

## Property descriptions

<div id="listboxcolumn.tag">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ListBoxColumn.Tag

**Tag** As `Variant</api/data_types/variant>`

The tag associated with the <span class="title-ref">ListBoxColumn</span> of a `ListBoxRow</api/deprecated/listboxrow>`.

This property is read-only.

<div id="listboxcolumn.type">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ListBoxColumn.Type

**Type** As `ListBox.CellTypes<listbox.celltypes>`

The type of a <span class="title-ref">ListBoxColumn</span> from a `ListBoxRow</api/deprecated/listboxrow>`.

This property is read-only.

<div id="listboxcolumn.value">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ListBoxColumn.Value

**Value** As `String</api/data_types/string>`

The value associated with the <span class="title-ref">ListBoxColumn</span> of a `ListBoxRow</api/deprecated/listboxrow>`.

This property is read-only.

## Compatibility

All project types on all supported operating systems.

## See also

`Object</api/data_types/additional_types/object>` parent class; `ListBox</api/deprecated/listbox>`, `ListBoxRow</api/deprecated/listboxrow>` classes
