Removes the element at the specified index of the CollectionBase instance.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
) [C#]
public void RemoveAt(
int index
);[JScript]
public function RemoveAt(
index : int
);| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | index is less than zero.-or-index is equal to or greater than Count. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
DirItemsCollection Class | DirItemsCollection Members
© WeOnlyDo Software. All Rights Reserved.