ListBox.RemoveRow
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.RemoveRowAt as a replacement. |
Method
Deletes the specified row at index (zero-based).
Example
This example removes the second row.
Listbox1.RemoveRow(1)