DesktopListBox.RemoveRowAt

From Xojo Documentation

Method

DesktopListBox.RemoveRowAt(rowNumber as Integer)

New in 2021r3

Supported for all project types and targets.

Removes the row at the index passed.

Example

This example removes the second row.

Listbox1.RemoveRowAt(1)