Skybound AutoComplete

AutoComplete.ObjectCollection.RemoveAt Method 

Removes the item at the specified index from the collection.

[Visual Basic]
NotOverridable Public Sub RemoveAt( _
   ByVal index As Integer _
) _
    Implements IList.RemoveAt
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The 0-based index of the item to remove.

Implements

IList.RemoveAt

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

The index was less than zero.

-or-

The index was greater than or equal to the number of items in the collection.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace