RemoveAt Method

See Also

DirItemsCollection Class  | DirItemsCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

index
The zero-based index of the element to remove.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

RemoveAt Method

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 );

Parameters

index
The zero-based index of the element to remove.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptionindex is less than zero.-or-index is equal to or greater than Count.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DirItemsCollection Class  | DirItemsCollection Members

 

 


© WeOnlyDo Software. All Rights Reserved.