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

</div>

# ListBox.RemoveRow

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

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. Please use `DesktopListBox.RemoveRowAt<desktoplistbox.removerowat>` as a replacement.

</div>

## Description

Deletes the specified row at *index* (zero-based).

## Sample code

This example removes the second row.

``` xojo
Listbox1.RemoveRow(1)
```

## Compatibility

All projects types on all supported operating systems.
