ListItemCollection.RemoveAt(Int32) Method

Definition

Removes the ListItem at the specified index from the collection.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index of the ListItem to remove.

Implements

Remarks

Use the RemoveAt method to remove the ListItem at the specified index from the collection.

Applies to

See also