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

</div>

Method

# DesktopListBox.CellBold

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

<div class="warning">

<div class="title">

Warning

</div>

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

</div>

<div class="rst-class">

forsearch

</div>

DesktopListBox.CellBold

**CellBold**(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 bold style from the text of the specified cell.

Assign `True</api/language/true>` to add the bold style and `False</api/language/false>` to remove the bold style. For example:

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