StringList.RemoveAt(Int32) Method

Definition

Removes the string at the specified position from the list.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index of the string to remove.

Applies to