ListBox.RemoveRow


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.RemoveRowAt as a replacement.

Description

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

Sample code

This example removes the second row.

Listbox1.RemoveRow(1)

Compatibility

All projects types on all supported operating systems.