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

</div>

Method

# DesktopListBox.CellItalic

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

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2022r1. Please use `DesktopListBox.CellItalicAt<desktoplistbox.cellitalicat>` as a replacement.

</div>

<div class="rst-class">

forsearch

</div>

DesktopListBox.CellItalic

**CellItalic**(RowNumber As `Integer</api/data_types/integer>`, ColumnNumber As `Integer</api/data_types/integer>`) As `Boolean</api/data_types/boolean>`

Used to add or remove the italic style from the text of the specified cell.

This example assigns `True</api/language/true>` to apply the italic style.

``` xojo
ListBox1.CellItalic(1, 1) = True
```
