ListEditor.Remove (gb.form)

Sub Remove ( Index As Integer [ , Length As Integer ] )

Remove one or more items from the list.

  • Index is the index of the first item to remove.

  • Length is the number of items to remove from the specified index. One item is removed by default.