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

</div>

Class

# DesktopListBoxCell

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

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated. Please use `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>` as a replacement.

</div>

## Description

A class used to iterator (and access the values, tags and types of) the cells of a `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>`.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                            | Type                                                 | Read-Only | Shared |
|---------------------------------|------------------------------------------------------|-----------|--------|
| `Tag<desktoplistboxcell.tag>`   | `Variant</api/data_types/variant>`                   | ✓         |        |
| `Text<desktoplistboxcell.text>` | `String</api/data_types/string>`                     | ✓         |        |
| `Type<desktoplistboxcell.type>` | `DesktopListBox.CellTypes<desktoplistbox.celltypes>` | ✓         |        |

## Property descriptions

<div id="desktoplistboxcell.tag">

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

</div>

<div class="rst-class">

forsearch

</div>

DesktopListBoxCell.Tag

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

The tag associated with the <span class="title-ref">DesktopListBoxCell</span> of a `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>`.

This property is read-only.

<div id="desktoplistboxcell.text">

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

</div>

<div class="rst-class">

forsearch

</div>

DesktopListBoxCell.Text

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

The Text value associated with the <span class="title-ref">DesktopListBoxCell</span> of a `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>`.

This property is read-only.

<div id="desktoplistboxcell.type">

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

</div>

<div class="rst-class">

forsearch

</div>

DesktopListBoxCell.Type

**Type** As `DesktopListBox.CellTypes<desktoplistbox.celltypes>`

The type of a <span class="title-ref">DesktopListBoxCell</span> from a `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>`.

This property is read-only.

## Compatibility

Desktop projects on all supported operating systems.

## See also

`Object</api/data_types/additional_types/object>` parent class; `DesktopListBox</api/user_interface/desktop/desktoplistbox>`, `DesktopListBoxRow</api/user_interface/desktop/desktoplistboxrow>` and `DesktopListBoxCheckBoxCell</api/deprecated/desktoplistboxcheckboxcell>` classes
