RemoveItem Method
Object List Next Object
Defined By: ObjectList Control
Description:
Removes an item at a specific index.
Declaration:
Function RemoveItem(ByVal index As Integer)As Integer
Details:
Index represents the list location of the object you want to remove. RemoveItem
removes the item at the specified index from the list.